AlgorithmSummary
Provides summary information about an algorithm.
Contents
- AlgorithmArn
-
The Amazon Resource Name (ARN) of the algorithm.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:algorithm/[\S]{1,2048}$
Required: Yes
- AlgorithmName
-
The name of the algorithm that is described by the summary.
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
- AlgorithmStatus
-
The overall status of the algorithm.
Type: String
Valid Values:
Pending | InProgress | Completed | Failed | Deleting
Required: Yes
- CreationTime
-
A timestamp that shows when the algorithm was created.
Type: Timestamp
Required: Yes
- AlgorithmDescription
-
A brief description of the algorithm.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: