AI Platform Notebooks v1 API - Enum ReservationAffinity.Types.Type (2.2.0)

public enum Type

Reference documentation and code samples for the AI Platform Notebooks v1 API enum ReservationAffinity.Types.Type.

Indicates whether to consume capacity from an reservation or not.

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Fields

NameDescription
AnyReservation

Consume any reservation available.

NoReservation

Do not consume from any allocated capacity.

SpecificReservation

Must consume from a specific reservation. Must specify key value fields for specifying the reservations.

Unspecified

Default type.