We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9edd7 commit aee11eeCopy full SHA for aee11ee
1 file changed
google/cloud/aiplatform/v1beta1/custom_job.proto
@@ -394,4 +394,11 @@ message Scheduling {
394
// job starts running. If true, overrides
395
// `Scheduling.restart_job_on_worker_restart` to false.
396
bool disable_retries = 5 [(google.api.field_behavior) = OPTIONAL];
397
+
398
+ // Optional. This is the maximum duration that a job will wait for the
399
+ // requested resources to be provisioned if the scheduling strategy is set to
400
+ // [Strategy.DWS_FLEX_START].
401
+ // If set to 0, the job will wait indefinitely. The default is 24 hours.
402
+ google.protobuf.Duration max_wait_duration = 6
403
+ [(google.api.field_behavior) = OPTIONAL];
404
}
0 commit comments