Class: Google::Cloud::AIPlatform::V1::Scheduling

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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.

Returns:



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