Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0
Represents the overall status of a model package.
FailureReason if the overall status is Failed
, the reason for the failure.
Type: String
Required: No
Name The name of the model package for which the overall status is being reported.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
Required: Yes
Status The current status.
Type: String
Valid Values:NotStarted | InProgress | Completed | Failed
Required: Yes
For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2