CustomJobSpec constructor

CustomJobSpec({
  1. String persistentResourceId = '',
  2. required List<WorkerPoolSpec> workerPoolSpecs,
  3. Scheduling? scheduling,
  4. String serviceAccount = '',
  5. String network = '',
  6. List<String> reservedIpRanges = const [],
  7. PscInterfaceConfig? pscInterfaceConfig,
  8. GcsDestination? baseOutputDirectory,
  9. String protectedArtifactLocationId = '',
  10. String tensorboard = '',
  11. bool enableWebAccess = false,
  12. bool enableDashboardAccess = false,
  13. String experiment = '',
  14. String experimentRun = '',
  15. List<String> models = const [],
})

Implementation

CustomJobSpec({
  this.persistentResourceId = '',
  required this.workerPoolSpecs,
  this.scheduling,
  this.serviceAccount = '',
  this.network = '',
  this.reservedIpRanges = const [],
  this.pscInterfaceConfig,
  this.baseOutputDirectory,
  this.protectedArtifactLocationId = '',
  this.tensorboard = '',
  this.enableWebAccess = false,
  this.enableDashboardAccess = false,
  this.experiment = '',
  this.experimentRun = '',
  this.models = const [],
}) : super(fullyQualifiedName);