EndpointConfigurationShadowProductionVariantCapacityReservationConfig constructor
const
EndpointConfigurationShadowProductionVariantCapacityReservationConfig({})
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.
Implementation
const EndpointConfigurationShadowProductionVariantCapacityReservationConfig({
this.capacityReservationPreference,
this.mlReservationArn,
});