AWS::SageMaker::InferenceExperiment EndpointMetadata - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::InferenceExperiment EndpointMetadata

The metadata of the endpoint.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "EndpointConfigName" : String, "EndpointName" : String, "EndpointStatus" : String }

YAML

EndpointConfigName: String EndpointName: String EndpointStatus: String

Properties

EndpointConfigName

The name of the endpoint configuration.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*

Maximum: 63

Update requires: No interruption

EndpointName

The name of the endpoint.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*

Maximum: 63

Update requires: No interruption

EndpointStatus

The status of the endpoint. For possible values of the status of an endpoint, see https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferenceexperiment-endpointmetadata.html#cfn-sagemaker-inferenceexperiment-endpointmetadata-endpointstatus.

Required: No

Type: String

Allowed values: Creating | Updating | SystemUpdating | RollingBack | InService | OutOfService | Deleting | Failed

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*

Update requires: No interruption