interface EndpointConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.EndpointConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#EndpointConfigReference |
![]() | software.amazon.awscdk.services.sagemaker.EndpointConfigReference |
![]() | aws_cdk.aws_sagemaker.EndpointConfigReference |
![]() | aws-cdk-lib » aws_sagemaker » EndpointConfigReference |
A reference to a EndpointConfig resource.
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 endpointConfigReference: sagemaker.EndpointConfigReference = {
endpointConfigId: 'endpointConfigId',
};
Properties
Name | Type | Description |
---|---|---|
endpoint | string | The Id of the EndpointConfig resource. |
endpointConfigId
Type:
string
The Id of the EndpointConfig resource.