AWS::SageMaker::ModelPackage ModelPackageStatusItem
Represents the overall status of a model package.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FailureReason" :String, "Name" :String, "Status" :String}
YAML
FailureReason:StringName:StringStatus: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
Minimum:
1Maximum:
63Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$Update requires: No interruption
Status-
The current status.
Required: Yes
Type: String
Allowed values:
Completed | Failed | InProgress | NotStartedUpdate requires: No interruption