NotebookExecutionJob_CustomEnvironmentSpec constructor
NotebookExecutionJob_CustomEnvironmentSpec({
- MachineSpec? machineSpec,
- PersistentDiskSpec? persistentDiskSpec,
- NetworkSpec? networkSpec,
Implementation
NotebookExecutionJob_CustomEnvironmentSpec({
this.machineSpec,
this.persistentDiskSpec,
this.networkSpec,
}) : super(fullyQualifiedName);