interface CapacityReservationConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnEndpointConfig.CapacityReservationConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpointConfig_CapacityReservationConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.CapacityReservationConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnEndpointConfig.CapacityReservationConfigProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnEndpointConfig » 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-lib';
const capacityReservationConfigProperty: sagemaker.CfnEndpointConfig.CapacityReservationConfigProperty = {
capacityReservationPreference: 'capacityReservationPreference',
mlReservationArn: 'mlReservationArn',
};
Properties
Name | Type | Description |
---|---|---|
capacity | string | |
ml | string |
capacityReservationPreference?
Type:
string
(optional)
mlReservationArn?
Type:
string
(optional)