ReservationAffinity(
*,
key: typing.Optional[str] = None,
reservationAffinityType: typing.Optional[vertexai._genai.types.common.Type] = None,
values: typing.Optional[list[str]] = None
)A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity.
Methods
ReservationAffinity
ReservationAffinity(
*,
key: typing.Optional[str] = None,
reservationAffinityType: typing.Optional[vertexai._genai.types.common.Type] = None,
values: typing.Optional[list[str]] = None
)Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be
validated to form a valid model.
self is explicitly positional-only to allow self as a field name.