Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::ReservationAffinity::Type (v1.30.1)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::ReservationAffinity::Type.

Identifies a type of reservation affinity.

Constants

TYPE_UNSPECIFIED

value: 0
Default value. This should not be used.

NO_RESERVATION

value: 1
Do not consume from any reserved capacity, only use on-demand.

ANY_RESERVATION

value: 2
Consume any reservation available, falling back to on-demand.

SPECIFIC_RESERVATION

value: 3
Consume from a specific reservation. When chosen, the reservation must be identified via the key and values fields.