NotebookExecutionJob_CustomEnvironmentSpec constructor

NotebookExecutionJob_CustomEnvironmentSpec({
  1. MachineSpec? machineSpec,
  2. PersistentDiskSpec? persistentDiskSpec,
  3. NetworkSpec? networkSpec,
})

Implementation

NotebookExecutionJob_CustomEnvironmentSpec({
  this.machineSpec,
  this.persistentDiskSpec,
  this.networkSpec,
}) : super(fullyQualifiedName);