ModelLifeCycle
A structure describing the current state of the model in its life cycle.
Contents
- Stage
-
The current stage in the model life cycle.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: Yes
- StageStatus
-
The current status of a stage in model life cycle.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: Yes
- StageDescription
-
Describes the stage related details.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
^.{0,1024}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: