CustomJobSpec constructor
CustomJobSpec({
- String persistentResourceId = '',
- required List<
WorkerPoolSpec> workerPoolSpecs, - Scheduling? scheduling,
- String serviceAccount = '',
- String network = '',
- List<
String> reservedIpRanges = const [], - PscInterfaceConfig? pscInterfaceConfig,
- GcsDestination? baseOutputDirectory,
- String protectedArtifactLocationId = '',
- String tensorboard = '',
- bool enableWebAccess = false,
- bool enableDashboardAccess = false,
- String experiment = '',
- String experimentRun = '',
- 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);