Enum Scheduling.Strategy (3.48.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 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.

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;

LOW_COST_VALUE

Low cost by making potential use of spot resources.

LOW_COST = 2;

ON_DEMAND

Regular on-demand provisioning strategy.

ON_DEMAND = 1;

ON_DEMAND_VALUE

Regular on-demand provisioning strategy.

ON_DEMAND = 1;

STRATEGY_UNSPECIFIED

Strategy will default to ON_DEMAND.

STRATEGY_UNSPECIFIED = 0;

STRATEGY_UNSPECIFIED_VALUE

Strategy will default to ON_DEMAND.

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()