Class CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty
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() |
Properties
| CapacityReservationPreference | |
| MlReservationArn |
Constructors
CapacityReservationConfigProperty()
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
public string? CapacityReservationPreference { get; set; }
Property Value
Remarks
MlReservationArn
public string? MlReservationArn { get; set; }