GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec constructor
GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec({
- GoogleCloudAiplatformV1MachineSpec? machineSpec,
- GoogleCloudAiplatformV1NetworkSpec? networkSpec,
- GoogleCloudAiplatformV1PersistentDiskSpec? persistentDiskSpec,
Implementation
GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec({
this.machineSpec,
this.networkSpec,
this.persistentDiskSpec,
});