GoogleCloudAiplatformV1CustomJobSpec constructor

GoogleCloudAiplatformV1CustomJobSpec({
  1. GoogleCloudAiplatformV1GcsDestination? baseOutputDirectory,
  2. bool? enableDashboardAccess,
  3. bool? enableWebAccess,
  4. String? experiment,
  5. String? experimentRun,
  6. List<String>? models,
  7. String? network,
  8. String? protectedArtifactLocationId,
  9. List<String>? reservedIpRanges,
  10. GoogleCloudAiplatformV1Scheduling? scheduling,
  11. String? serviceAccount,
  12. String? tensorboard,
  13. List<GoogleCloudAiplatformV1WorkerPoolSpec>? workerPoolSpecs,
})

Implementation

GoogleCloudAiplatformV1CustomJobSpec({
  this.baseOutputDirectory,
  this.enableDashboardAccess,
  this.enableWebAccess,
  this.experiment,
  this.experimentRun,
  this.models,
  this.network,
  this.protectedArtifactLocationId,
  this.reservedIpRanges,
  this.scheduling,
  this.serviceAccount,
  this.tensorboard,
  this.workerPoolSpecs,
});