interface EndpointConfigReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.EndpointConfigReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#EndpointConfigReference |
Java | software.amazon.awscdk.interfaces.sagemaker.EndpointConfigReference |
Python | aws_cdk.interfaces.aws_sagemaker.EndpointConfigReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_sagemaker } from 'aws-cdk-lib/interfaces';
const endpointConfigReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript