Cloud AI Platform v1beta1 API - Enum ReservationAffinity.Types.Type (1.0.0-beta03)

public enum ReservationAffinity.Types.Type

Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum ReservationAffinity.Types.Type.

Identifies a type of reservation affinity.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
AnyReservation

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

NoReservation

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

SpecificReservation

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

Unspecified

Default value. This should not be used.