This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringEndpointName:StringEndpointStatus:String
Properties
- EndpointConfigName
- 
                    The name of the endpoint configuration. Required: No Type: String Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*Maximum: 63Update requires: No interruption 
- EndpointName
- 
                    The name of the endpoint. Required: Yes Type: String Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*Maximum: 63Update 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 | FailedPattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*Update requires: No interruption