GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec constructor

GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec({
  1. GoogleCloudAiplatformV1MachineSpec? machineSpec,
  2. GoogleCloudAiplatformV1NetworkSpec? networkSpec,
  3. GoogleCloudAiplatformV1PersistentDiskSpec? persistentDiskSpec,
})

Implementation

GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec({
  this.machineSpec,
  this.networkSpec,
  this.persistentDiskSpec,
});