Cloud AI Platform v1beta1 API - Enum Scheduling.Types.Strategy (1.0.0-beta03)

public enum Scheduling.Types.Strategy

Reference documentation and code samples for the Cloud AI Platform 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.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
FlexStart

Flex Start strategy uses DWS to queue for resources.

LowCost

Deprecated. Low cost by making potential use of spot resources.

OnDemand

Deprecated. Regular on-demand provisioning strategy.

Spot

Spot provisioning strategy uses spot resources.

Standard

Standard provisioning strategy uses regular on-demand resources.

Unspecified

Strategy will default to STANDARD.