OnlineEvaluationConfigSummary
The summary information about an online evaluation configuration, including basic metadata and execution status.
Contents
- createdAt
-
The timestamp when the online evaluation configuration was created.
Type: Timestamp
Required: Yes
- executionStatus
-
The execution status indicating whether the online evaluation is currently running.
Type: String
Valid Values:
ENABLED | DISABLEDRequired: Yes
- onlineEvaluationConfigArn
-
The Amazon Resource Name (ARN) of the online evaluation configuration.
Type: String
Pattern:
arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:online-evaluation-config\/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}Required: Yes
- onlineEvaluationConfigId
-
The unique identifier of the online evaluation configuration.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}Required: Yes
- onlineEvaluationConfigName
-
The name of the online evaluation configuration.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9_]{0,47}Required: Yes
- status
-
The status of the online evaluation configuration.
Type: String
Valid Values:
ACTIVE | CREATING | CREATE_FAILED | UPDATING | UPDATE_FAILED | DELETINGRequired: Yes
- updatedAt
-
The timestamp when the online evaluation configuration was last updated.
Type: Timestamp
Required: Yes
- description
-
The description of the online evaluation configuration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
.+Required: No
- failureReason
-
The reason for failure if the online evaluation configuration execution failed.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: