Enum Scheduling.Strategy (3.50.0)

public enum Scheduling.Strategy extends Enum<Scheduling.Strategy> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.aiplatform.v1.Scheduling.Strategy

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOW_COST

Low cost by making potential use of spot resources.

LOW_COST = 2 [deprecated = true];

LOW_COST_VALUE

Low cost by making potential use of spot resources.

LOW_COST = 2 [deprecated = true];

ON_DEMAND

Regular on-demand provisioning strategy.

ON_DEMAND = 1 [deprecated = true];

ON_DEMAND_VALUE

Regular on-demand provisioning strategy.

ON_DEMAND = 1 [deprecated = true];

SPOT

Spot provisioning strategy uses spot resources.

SPOT = 4;

SPOT_VALUE

Spot provisioning strategy uses spot resources.

SPOT = 4;

STANDARD

Standard provisioning strategy uses regular on-demand resources.

STANDARD = 3;

STANDARD_VALUE

Standard provisioning strategy uses regular on-demand resources.

STANDARD = 3;

STRATEGY_UNSPECIFIED

Strategy will default to STANDARD.

STRATEGY_UNSPECIFIED = 0;

STRATEGY_UNSPECIFIED_VALUE

Strategy will default to STANDARD.

STRATEGY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()