interface CapacityReservationConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnEndpointConfigPropsMixin_CapacityReservationConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnEndpointConfigPropsMixin » CapacityReservationConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const capacityReservationConfigProperty: sagemaker.CfnEndpointConfigPropsMixin.CapacityReservationConfigProperty = {
capacityReservationPreference: 'capacityReservationPreference',
mlReservationArn: 'mlReservationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| capacity | string | |
| ml | string |
capacityReservationPreference?
Type:
string
(optional)
mlReservationArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript