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 for scheduling is 3.22.0, with a range of versions available from 1.0.0 to 3.22.0 for the AIPlatform.V1 library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduling\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1.dll\u003c/code\u003e assembly, handles all parameters related to custom job queuing and scheduling.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduling\u003c/code\u003e class allows for setting a job timeout using the \u003ccode\u003eTimeout\u003c/code\u003e property, with the default being 7 days, and it also has a property named \u003ccode\u003eRestartJobOnWorkerRestart\u003c/code\u003e to enable restarting a job if a worker restarts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduling\u003c/code\u003e class implements various interfaces like \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 to ensure that it is capable of a variety of functions and actions.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a \u003ccode\u003eScheduling\u003c/code\u003e object, through it's constructor, either as a new instance or as a copy of another \u003ccode\u003eScheduling\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]