EndpointConfigurationShadowProductionVariantCapacityReservationConfig class

Constructors

EndpointConfigurationShadowProductionVariantCapacityReservationConfig({Input<String?>? capacityReservationPreference, Input<String?>? mlReservationArn})
Creates a new EndpointConfigurationShadowProductionVariantCapacityReservationConfig. capacityReservationPreference Capacity reservation preference. Valid value is capacity-reservations-only. When set to capacity-reservations-only, SageMaker AI launches instances only into an ML capacity reservation; if no capacity is available, the instances fail to launch. mlReservationArn ARN that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.
const
EndpointConfigurationShadowProductionVariantCapacityReservationConfig.fromMap(Map<String, dynamic> map)
factory

Properties

capacityReservationPreference → Input<String?>?
Capacity reservation preference. Valid value is capacity-reservations-only. When set to capacity-reservations-only, SageMaker AI launches instances only into an ML capacity reservation; if no capacity is available, the instances fail to launch.
final
hashCode int
The hash code for this object.
no setterinherited
mlReservationArn → Input<String?>?
ARN that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited