GoogleCloudAiplatformV1NotebookRuntimeTemplate constructor

GoogleCloudAiplatformV1NotebookRuntimeTemplate({
  1. String? createTime,
  2. GoogleCloudAiplatformV1PersistentDiskSpec? dataPersistentDiskSpec,
  3. String? description,
  4. String? displayName,
  5. String? etag,
  6. GoogleCloudAiplatformV1NotebookEucConfig? eucConfig,
  7. GoogleCloudAiplatformV1NotebookIdleShutdownConfig? idleShutdownConfig,
  8. bool? isDefault,
  9. Map<String, String>? labels,
  10. GoogleCloudAiplatformV1MachineSpec? machineSpec,
  11. String? name,
  12. GoogleCloudAiplatformV1NetworkSpec? networkSpec,
  13. List<String>? networkTags,
  14. String? notebookRuntimeType,
  15. GoogleCloudAiplatformV1NotebookReservationAffinity? reservationAffinity,
  16. String? serviceAccount,
  17. GoogleCloudAiplatformV1ShieldedVmConfig? shieldedVmConfig,
  18. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1NotebookRuntimeTemplate({
  this.createTime,
  this.dataPersistentDiskSpec,
  this.description,
  this.displayName,
  this.etag,
  this.eucConfig,
  this.idleShutdownConfig,
  this.isDefault,
  this.labels,
  this.machineSpec,
  this.name,
  this.networkSpec,
  this.networkTags,
  this.notebookRuntimeType,
  this.reservationAffinity,
  this.serviceAccount,
  this.shieldedVmConfig,
  this.updateTime,
});