View a markdown version of this page

AgenticRetrieveStreamResponseOutput - Amazon Bedrock

AgenticRetrieveStreamResponseOutput

The streaming output for agentic retrieval, containing results, traces, and errors.

Contents

accessDeniedException

Access to the resource was denied.

Type: Exception

HTTP Status Code: 403

Required: No

badGatewayException

A bad gateway error occurred.

Type: Exception

HTTP Status Code: 502

Required: No

conflictException

A conflict occurred with the current state of the resource.

Type: Exception

HTTP Status Code: 409

Required: No

dependencyFailedException

A dependency failed during the operation.

Type: Exception

HTTP Status Code: 424

Required: No

internalServerException

An internal server error occurred.

Type: Exception

HTTP Status Code: 500

Required: No

resourceNotFoundException

The specified resource was not found.

Type: Exception

HTTP Status Code: 404

Required: No

responseEvent

A chunk of the generated answer. Emitted only when generateResponse is true.

Type: AgenticRetrieveResponseEvent object

Required: No

result

A retrieval result event containing the retrieved items.

Type: AgenticRetrieveResultEvent object

Required: No

serviceQuotaExceededException

The service quota has been exceeded.

Type: Exception

HTTP Status Code: 400

Required: No

throttlingException

The request was throttled.

Type: Exception

HTTP Status Code: 429

Required: No

traceEvent

A trace event providing visibility into the retrieval process.

Type: AgenticRetrieveTraceEvent object

Required: No

validationException

The request validation failed.

Type: Exception

HTTP Status Code: 400

Required: No

See Also

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