GoogleCloudAiplatformV1Scheduling constructor

GoogleCloudAiplatformV1Scheduling({
  1. bool? disableRetries,
  2. String? maxWaitDuration,
  3. bool? restartJobOnWorkerRestart,
  4. String? strategy,
  5. String? timeout,
})

Implementation

GoogleCloudAiplatformV1Scheduling({
  this.disableRetries,
  this.maxWaitDuration,
  this.restartJobOnWorkerRestart,
  this.strategy,
  this.timeout,
});