GoogleCloudAiplatformV1NotebookRuntimeTemplate constructor
GoogleCloudAiplatformV1NotebookRuntimeTemplate({
- String? createTime,
- GoogleCloudAiplatformV1PersistentDiskSpec? dataPersistentDiskSpec,
- String? description,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- GoogleCloudAiplatformV1NotebookEucConfig? eucConfig,
- GoogleCloudAiplatformV1NotebookIdleShutdownConfig? idleShutdownConfig,
- bool? isDefault,
- Map<
String, String> ? labels, - GoogleCloudAiplatformV1MachineSpec? machineSpec,
- String? name,
- GoogleCloudAiplatformV1NetworkSpec? networkSpec,
- List<
String> ? networkTags, - String? notebookRuntimeType,
- String? serviceAccount,
- GoogleCloudAiplatformV1ShieldedVmConfig? shieldedVmConfig,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1NotebookRuntimeTemplate({
this.createTime,
this.dataPersistentDiskSpec,
this.description,
this.displayName,
this.encryptionSpec,
this.etag,
this.eucConfig,
this.idleShutdownConfig,
this.isDefault,
this.labels,
this.machineSpec,
this.name,
this.networkSpec,
this.networkTags,
this.notebookRuntimeType,
this.serviceAccount,
this.shieldedVmConfig,
this.updateTime,
});