DatasetSummary
Summary information about a dataset.
Contents
- createdAt
-
The timestamp when the dataset was created.
Type: Timestamp
Required: Yes
- datasetArn
-
The Amazon Resource Name (ARN) of the dataset.
Type: String
Pattern:
arn:aws(-[a-z]+)*:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:dataset/[a-zA-Z0-9_-]{1,110}Required: Yes
- datasetId
-
The unique identifier of the dataset.
Type: String
Pattern:
[a-zA-Z0-9_-]{1,110}Required: Yes
- datasetName
-
The name of the dataset.
Type: String
Pattern:
[a-zA-Z][a-zA-Z0-9_]{0,47}Required: Yes
- exampleCount
-
The number of examples in the dataset.
Type: Long
Required: Yes
- schemaType
-
The schema type of the dataset.
Type: String
Valid Values:
AGENTCORE_EVALUATION_PREDEFINED_V1 | AGENTCORE_EVALUATION_SIMULATED_V1Required: Yes
- status
-
The current status of the dataset.
Type: String
Valid Values:
CREATING | UPDATING | DELETING | ACTIVE | CREATE_FAILED | UPDATE_FAILED | DELETE_FAILEDRequired: Yes
- updatedAt
-
The timestamp when the dataset was last updated.
Type: Timestamp
Required: Yes
- description
-
The description of the dataset.
Type: String
Required: No
- draftStatus
-
Publish synchronization state. Only authoritative when status is ACTIVE.
Type: String
Valid Values:
MODIFIED | UNMODIFIEDRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: