AWS::SageMaker::InferenceExperiment EndpointMetadata - AWS CloudFormation

AWS::SageMaker::InferenceExperiment EndpointMetadata

The metadata of the endpoint.

Syntax

To declare this entity in your AWS 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.aws.amazon.com/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