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