Cloud AI Platform v1 API - Enum Scheduling.Types.Strategy (3.5.0)

public enum Scheduling.Types.Strategy

Reference documentation and code samples for the Cloud AI Platform v1 API enum Scheduling.Types.Strategy.

Optional. This determines which type of scheduling strategy to use. Right now users have two options such as ON_DEMAND which will use regular on demand resources to schedule the job, the other is LOW_COST which would leverage spot resources alongwith regular resources to schedule the job.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

Name Description
LowCost

Low cost by making potential use of spot resources.

OnDemand

Regular on-demand provisioning strategy.

Unspecified

Strategy will default to ON_DEMAND.