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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1.Scheduling\u003c/code\u003e is 3.22.0, and multiple previous versions, ranging from 1.0.0 to 3.21.0, are also available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduling\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace, manages queuing and scheduling for custom jobs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduling\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage<Scheduling>\u003c/code\u003e, \u003ccode\u003eIEquatable<Scheduling>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Scheduling>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eRestartJobOnWorkerRestart\u003c/code\u003e which determines if a custom job will restart if a worker restarts, and \u003ccode\u003eTimeout\u003c/code\u003e to set the maximum job running time.\u003c/p\u003e\n"],["\u003cp\u003eThe Scheduling class provides two constructors: a default constructor \u003ccode\u003eScheduling()\u003c/code\u003e, and another taking a Scheduling object as a parameter \u003ccode\u003eScheduling(Scheduling other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]