AI Platform Notebooks V1 API - Module Google::Cloud::Notebooks::V1::ReservationAffinity::Type (v1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::ReservationAffinity::Type.
Indicates whether to consume capacity from an reservation or not.
Constants
TYPE_UNSPECIFIED
value: 0 Default type.
NO_RESERVATION
value: 1 Do not consume from any allocated capacity.
ANY_RESERVATION
value: 2 Consume any reservation available.
SPECIFIC_RESERVATION
value: 3 Must consume from a specific reservation. Must specify key value fields
for specifying the reservations.