aws-cdk-lib.aws_sagemaker.CfnInferenceExperiment.EndpointMetadataProperty

interface EndpointMetadataProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnInferenceExperiment.EndpointMetadataProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnInferenceExperiment_EndpointMetadataProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.EndpointMetadataProperty
Pythonaws_cdk.aws_sagemaker.CfnInferenceExperiment.EndpointMetadataProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnInferenceExperiment » EndpointMetadataProperty

The metadata of the endpoint.

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 endpointMetadataProperty: sagemaker.CfnInferenceExperiment.EndpointMetadataProperty = {
  endpointName: 'endpointName',

  // the properties below are optional
  endpointConfigName: 'endpointConfigName',
  endpointStatus: 'endpointStatus',
};

Properties

NameTypeDescription
endpointNamestringThe name of the endpoint.
endpointConfigName?stringThe name of the endpoint configuration.
endpointStatus?stringThe status of the endpoint.

endpointName

Type: string

The name of the endpoint.


endpointConfigName?

Type: string (optional)

The name of the endpoint configuration.


endpointStatus?

Type: string (optional)

The status of the endpoint.

For possible values of the status of an endpoint, see .