GoogleCloudAiplatformV1CustomJobSpec constructor
GoogleCloudAiplatformV1CustomJobSpec({
- GoogleCloudAiplatformV1GcsDestination? baseOutputDirectory,
- bool? enableDashboardAccess,
- bool? enableWebAccess,
- String? experiment,
- String? experimentRun,
- List<
String> ? models, - String? network,
- String? persistentResourceId,
- String? protectedArtifactLocationId,
- List<
String> ? reservedIpRanges, - GoogleCloudAiplatformV1Scheduling? scheduling,
- String? serviceAccount,
- String? tensorboard,
- List<
GoogleCloudAiplatformV1WorkerPoolSpec> ? workerPoolSpecs,
Implementation
GoogleCloudAiplatformV1CustomJobSpec({
this.baseOutputDirectory,
this.enableDashboardAccess,
this.enableWebAccess,
this.experiment,
this.experimentRun,
this.models,
this.network,
this.persistentResourceId,
this.protectedArtifactLocationId,
this.reservedIpRanges,
this.scheduling,
this.serviceAccount,
this.tensorboard,
this.workerPoolSpecs,
});