Class Strategy (1.66.0)

Strategy(value)

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.

Enums

Name Description
STRATEGY_UNSPECIFIED Strategy will default to STANDARD.
ON_DEMAND Deprecated. Regular on-demand provisioning strategy.
LOW_COST Deprecated. Low cost by making potential use of spot resources.
STANDARD Standard provisioning strategy uses regular on-demand resources.
SPOT Spot provisioning strategy uses spot resources.
FLEX_START Flex Start strategy uses DWS to queue for resources.

Methods

Strategy

Strategy(value)

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.