Class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty
Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty : CfnEndpointConfigPropsMixin.ICapacityReservationConfigProperty
Syntax (vb)
Public Class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty Implements CfnEndpointConfigPropsMixin.ICapacityReservationConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var capacityReservationConfigProperty = new CapacityReservationConfigProperty {
CapacityReservationPreference = "capacityReservationPreference",
MlReservationArn = "mlReservationArn"
};
Synopsis
Constructors
| CapacityReservationConfigProperty() | Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint. |
Properties
| CapacityReservationPreference | Options that you can choose for the capacity reservation. |
| MlReservationArn | The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint. |
Constructors
CapacityReservationConfigProperty()
Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.
public CapacityReservationConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var capacityReservationConfigProperty = new CapacityReservationConfigProperty {
CapacityReservationPreference = "capacityReservationPreference",
MlReservationArn = "mlReservationArn"
};
Properties
CapacityReservationPreference
Options that you can choose for the capacity reservation.
public string? CapacityReservationPreference { get; set; }
Property Value
Remarks
MlReservationArn
The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.
public string? MlReservationArn { get; set; }