Interface CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEndpointConfigPropsMixin
@Stability(Stable)
public static interface CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty
extends software.amazon.jsii.JsiiSerializable
Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
CapacityReservationConfigProperty capacityReservationConfigProperty = CapacityReservationConfigProperty.builder()
.capacityReservationPreference("capacityReservationPreference")
.mlReservationArn("mlReservationArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEndpointConfigPropsMixin.CapacityReservationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCapacityReservationPreference
Options that you can choose for the capacity reservation.- See Also:
-
getMlReservationArn
The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.- See Also:
-
builder
@Stability(Stable) static CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty.Builder builder()
-