GoogleCloudAiplatformV1NotebookRuntime constructor

GoogleCloudAiplatformV1NotebookRuntime({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? expirationTime,
  5. String? healthState,
  6. bool? isUpgradable,
  7. Map<String, String>? labels,
  8. String? name,
  9. List<String>? networkTags,
  10. GoogleCloudAiplatformV1NotebookRuntimeTemplateRef? notebookRuntimeTemplateRef,
  11. String? notebookRuntimeType,
  12. String? proxyUri,
  13. GoogleCloudAiplatformV1NotebookReservationAffinity? reservationAffinity,
  14. String? runtimeState,
  15. String? runtimeUser,
  16. String? serviceAccount,
  17. String? updateTime,
  18. String? version,
})

Implementation

GoogleCloudAiplatformV1NotebookRuntime({
  this.createTime,
  this.description,
  this.displayName,
  this.expirationTime,
  this.healthState,
  this.isUpgradable,
  this.labels,
  this.name,
  this.networkTags,
  this.notebookRuntimeTemplateRef,
  this.notebookRuntimeType,
  this.proxyUri,
  this.reservationAffinity,
  this.runtimeState,
  this.runtimeUser,
  this.serviceAccount,
  this.updateTime,
  this.version,
});