GoogleCloudAiplatformV1NotebookRuntime constructor
GoogleCloudAiplatformV1NotebookRuntime({
- String? createTime,
- String? description,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? expirationTime,
- String? healthState,
- GoogleCloudAiplatformV1NotebookIdleShutdownConfig? idleShutdownConfig,
- bool? isUpgradable,
- Map<
String, String> ? labels, - String? name,
- List<
String> ? networkTags, - GoogleCloudAiplatformV1NotebookRuntimeTemplateRef? notebookRuntimeTemplateRef,
- String? notebookRuntimeType,
- String? proxyUri,
- String? runtimeState,
- String? runtimeUser,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? serviceAccount,
- String? updateTime,
- String? version,
Implementation
GoogleCloudAiplatformV1NotebookRuntime({
this.createTime,
this.description,
this.displayName,
this.encryptionSpec,
this.expirationTime,
this.healthState,
this.idleShutdownConfig,
this.isUpgradable,
this.labels,
this.name,
this.networkTags,
this.notebookRuntimeTemplateRef,
this.notebookRuntimeType,
this.proxyUri,
this.runtimeState,
this.runtimeUser,
this.satisfiesPzi,
this.satisfiesPzs,
this.serviceAccount,
this.updateTime,
this.version,
});