Class: Google::Cloud::AIPlatform::V1::Scheduling
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Scheduling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/custom_job.rb
Overview
All parameters related to queuing and scheduling of custom jobs.
Instance Attribute Summary collapse
-
#restart_job_on_worker_restart ⇒ ::Boolean
Restarts the entire CustomJob if a worker gets restarted.
-
#timeout ⇒ ::Google::Protobuf::Duration
The maximum job running time.
Instance Attribute Details
#restart_job_on_worker_restart ⇒ ::Boolean
Returns Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.
277 278 279 280 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 277 class Scheduling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timeout ⇒ ::Google::Protobuf::Duration
Returns The maximum job running time. The default is 7 days.
277 278 279 280 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 277 class Scheduling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |