AWS::SageMaker::ModelPackage ModelPackageStatusItem - AWS CloudFormation

AWS::SageMaker::ModelPackage ModelPackageStatusItem

Represents the overall status of a model package.

Syntax

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

JSON

{ "FailureReason" : String, "Name" : String, "Status" : String }

YAML

FailureReason: String Name: String Status: String

Properties

FailureReason

if the overall status is Failed, the reason for the failure.

Required: No

Type: String

Update requires: No interruption

Name

The name of the model package for which the overall status is being reported.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$

Minimum: 1

Maximum: 63

Update requires: No interruption

Status

The current status.

Required: Yes

Type: String

Allowed values: NotStarted | Failed | InProgress | Completed

Update requires: No interruption