reservationAffinityType property

String? reservationAffinityType
getter/setter pair

Specifies the reservation affinity type used to configure a Vertex AI resource.

The default value is NO_RESERVATION. Possible string values are:

  • "RESERVATION_AFFINITY_TYPE_UNSPECIFIED" : Default value.
  • "NO_RESERVATION" : No reservation.
  • "ANY_RESERVATION" : Any reservation.
  • "SPECIFIC_RESERVATION" : Specific reservation.

Implementation

core.String? reservationAffinityType;