Reference documentation and code samples for the Vertex AI v1beta1 API enum Scheduling.Types.Strategy.
Optional. This determines which type of scheduling strategy to use. Right
now users have two options such as STANDARD which will use regular on
demand resources to schedule the job, the other is SPOT which would
leverage spot resources alongwith regular resources to schedule
the job.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Scheduling.Types.Strategy` enum in the Vertex AI v1beta1 API defines how resources are provisioned for a job."],["The enum offers options like `Standard` for regular on-demand resources and `Spot` for using spot resources."],["Other fields are also available, such as `FlexStart`, which uses DWS to queue for resources, and the `Unspecified` field defaults to `Standard` provisioning."],["`OnDemand` and `LowCost` are deprecated, which were originally for regular on-demand provisioning and making potential use of spot resources, respectively."]]],[]]