Cloud AI Platform v1 API - Class Scheduling (2.24.0)

public sealed class Scheduling : IMessage<Scheduling>, IEquatable<Scheduling>, IDeepCloneable<Scheduling>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Scheduling.

All parameters related to queuing and scheduling of custom jobs.

Inheritance

object > Scheduling

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Scheduling()

public Scheduling()

Scheduling(Scheduling)

public Scheduling(Scheduling other)
Parameter
NameDescription
otherScheduling

Properties

DisableRetries

public bool DisableRetries { get; set; }

Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides Scheduling.restart_job_on_worker_restart to false.

Property Value
TypeDescription
bool

RestartJobOnWorkerRestart

public bool RestartJobOnWorkerRestart { get; set; }

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.

Property Value
TypeDescription
bool

Timeout

public Duration Timeout { get; set; }

The maximum job running time. The default is 7 days.

Property Value
TypeDescription
Duration