Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Type.
Identifies a type of reservation affinity.
Protobuf type google.cloud.aiplatform.v1.ReservationAffinity.Type
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ReservationAffinityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Default value. This should not be used.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
NO_RESERVATION
Value: 1
Do not consume from any reserved capacity, only use on-demand.
Generated from protobuf enum NO_RESERVATION = 1;
ANY_RESERVATION
Value: 2
Consume any reservation available, falling back to on-demand.
Generated from protobuf enum ANY_RESERVATION = 2;
SPECIFIC_RESERVATION
Value: 3
Consume from a specific reservation. When chosen, the reservation
must be identified via the key
and values
fields.
Generated from protobuf enum SPECIFIC_RESERVATION = 3;