GoogleCloudAiplatformV1NotebookIdleShutdownConfig constructor

GoogleCloudAiplatformV1NotebookIdleShutdownConfig({
  1. bool? idleShutdownDisabled,
  2. String? idleTimeout,
})

Implementation

GoogleCloudAiplatformV1NotebookIdleShutdownConfig({
  this.idleShutdownDisabled,
  this.idleTimeout,
});