EndpointConfigurationProductionVariantCapacityReservationConfig class
Constructors
-
EndpointConfigurationProductionVariantCapacityReservationConfig({Input<
String?> ? capacityReservationPreference, Input<String?> ? mlReservationArn}) -
Creates a new EndpointConfigurationProductionVariantCapacityReservationConfig.
capacityReservationPreferenceCapacity reservation preference. Valid value iscapacity-reservations-only. When set tocapacity-reservations-only, SageMaker AI launches instances only into an ML capacity reservation; if no capacity is available, the instances fail to launch.mlReservationArnARN that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.const -
EndpointConfigurationProductionVariantCapacityReservationConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
capacityReservationPreference
→ Input<
String?> ? -
Capacity reservation preference. Valid value is
capacity-reservations-only. When set tocapacity-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