BatchEvaluationSummary
Summary representation for list responses.
Contents
- batchEvaluationArn
-
The Amazon Resource Name (ARN) of the batch evaluation.
Type: String
Required: Yes
- batchEvaluationId
-
The unique identifier of the batch evaluation.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}Required: Yes
- batchEvaluationName
-
The name of the batch evaluation.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9_]{0,47}Required: Yes
- createdAt
-
The timestamp when the batch evaluation was created.
Type: Timestamp
Required: Yes
- status
-
The current status of the batch evaluation.
Type: String
Valid Values:
PENDING | IN_PROGRESS | COMPLETED | COMPLETED_WITH_ERRORS | FAILED | STOPPING | STOPPED | DELETINGRequired: Yes
- description
-
The description of the batch evaluation.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: No
- errorDetails
-
The error details if the batch evaluation encountered failures.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 1 item.
Length Constraints: Minimum length of 0. Maximum length of 1000.
Required: No
- evaluationResults
-
The aggregated evaluation results.
Type: EvaluationJobResults object
Required: No
- evaluators
-
The list of evaluators applied during the batch evaluation.
Type: Array of Evaluator objects
Required: No
- updatedAt
-
The timestamp when the batch evaluation was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: