GoogleCloudAiplatformV1NotebookRuntime constructor

GoogleCloudAiplatformV1NotebookRuntime({
  1. String? createTime,
  2. GoogleCloudAiplatformV1PersistentDiskSpec? dataPersistentDiskSpec,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  6. GoogleCloudAiplatformV1NotebookEucConfig? eucConfig,
  7. String? expirationTime,
  8. String? healthState,
  9. GoogleCloudAiplatformV1NotebookIdleShutdownConfig? idleShutdownConfig,
  10. bool? isUpgradable,
  11. Map<String, String>? labels,
  12. GoogleCloudAiplatformV1MachineSpec? machineSpec,
  13. String? name,
  14. GoogleCloudAiplatformV1NetworkSpec? networkSpec,
  15. List<String>? networkTags,
  16. GoogleCloudAiplatformV1NotebookRuntimeTemplateRef? notebookRuntimeTemplateRef,
  17. String? notebookRuntimeType,
  18. String? proxyUri,
  19. String? runtimeState,
  20. String? runtimeUser,
  21. bool? satisfiesPzi,
  22. bool? satisfiesPzs,
  23. String? serviceAccount,
  24. GoogleCloudAiplatformV1ShieldedVmConfig? shieldedVmConfig,
  25. GoogleCloudAiplatformV1NotebookSoftwareConfig? softwareConfig,
  26. String? updateTime,
  27. String? version,
})

Implementation

GoogleCloudAiplatformV1NotebookRuntime({
  this.createTime,
  this.dataPersistentDiskSpec,
  this.description,
  this.displayName,
  this.encryptionSpec,
  this.eucConfig,
  this.expirationTime,
  this.healthState,
  this.idleShutdownConfig,
  this.isUpgradable,
  this.labels,
  this.machineSpec,
  this.name,
  this.networkSpec,
  this.networkTags,
  this.notebookRuntimeTemplateRef,
  this.notebookRuntimeType,
  this.proxyUri,
  this.runtimeState,
  this.runtimeUser,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.serviceAccount,
  this.shieldedVmConfig,
  this.softwareConfig,
  this.updateTime,
  this.version,
});