GoogleCloudAiplatformV1NotebookRuntime constructor

GoogleCloudAiplatformV1NotebookRuntime({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? expirationTime,
  6. String? healthState,
  7. GoogleCloudAiplatformV1NotebookIdleShutdownConfig? idleShutdownConfig,
  8. bool? isUpgradable,
  9. Map<String, String>? labels,
  10. String? name,
  11. List<String>? networkTags,
  12. GoogleCloudAiplatformV1NotebookRuntimeTemplateRef? notebookRuntimeTemplateRef,
  13. String? notebookRuntimeType,
  14. String? proxyUri,
  15. String? runtimeState,
  16. String? runtimeUser,
  17. bool? satisfiesPzi,
  18. bool? satisfiesPzs,
  19. String? serviceAccount,
  20. String? updateTime,
  21. 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,
});