Module: Google::Cloud::AIPlatform::V1::Scheduling::Strategy
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/custom_job.rb
Overview
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.
Constant Summary collapse
- STRATEGY_UNSPECIFIED =
Strategy will default to STANDARD.
0
- ON_DEMAND =
Deprecated. Regular on-demand provisioning strategy.
1
- LOW_COST =
Deprecated. Low cost by making potential use of spot resources.
2
- STANDARD =
Standard provisioning strategy uses regular on-demand resources.
3
- SPOT =
Spot provisioning strategy uses spot resources.
4
- FLEX_START =
Flex Start strategy uses DWS to queue for resources.
6