AgenticRetrieveTraceEventAttributes - Amazon Bedrock
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AgenticRetrieveTraceEventAttributes

Attributes describing the details of an agentic retrieval trace event.

Contents

message

A human-readable message describing the trace event.

Type: String

Required: Yes

status

The status of the current step.

Type: String

Valid Values: IN_PROGRESS | SUCCEEDED | FAILED

Required: Yes

step

The current step in the retrieval process.

Type: String

Valid Values: Planning | Retrieval | SpeculativeRetrieval | FullDocumentExpansion

Required: Yes

actions

The list of actions taken during this step.

Type: Array of AgenticRetrieveAction objects

Required: No

failures

Failures that occurred during this step.

Type: Array of AgenticRetrieveFailure objects

Array Members: Minimum number of 1 item.

Required: No

retrievalMetadata

Metadata about the retrieval sources used.

Type: Array of AgenticRetrieveSourceMetadata objects

Required: No

retrievalResponse

The retrieval results from this step.

Type: Array of AgenticRetrieveTraceResultItem objects

Required: No

warnings

Warnings generated during this step.

Type: Array of AgenticRetrieveWarning objects

Array Members: Minimum number of 1 item.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: