public enum ReservationAffinity.Types.TypeReference documentation and code samples for the Vertex AI v1beta1 API enum ReservationAffinity.Types.Type.
Identifies a type of reservation affinity.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
Unspecified |
Default value. This should not be used. |