Skip to content

Bedrock Agent Runtime  >  Unions  >  InlineAgentResponseStream

InlineAgentResponseStream

Union Type

Union Member Types

InlineAgentResponseStreamChunk dataclass

Contains a part of an agent response and citations for it.

Attributes

value instance-attribute

InlineAgentResponseStreamTrace dataclass

Contains information about the agent and session, alongside the agent's reasoning process and results from calling actions and querying knowledge bases and metadata about the trace. You can use the trace to understand how the agent arrived at the response it provided the customer. For more information, see Trace events.

Attributes

value instance-attribute

InlineAgentResponseStreamReturnControl dataclass

Contains the parameters and information that the agent elicited from the customer to carry out an action. This information is returned to the system and can be used in your own setup for fulfilling the action.

Attributes

value instance-attribute

InlineAgentResponseStreamInternalServerException dataclass

An internal server error occurred. Retry your request.

Attributes

value instance-attribute

InlineAgentResponseStreamValidationException dataclass

Input validation failed. Check your request parameters and retry the request.

Attributes

value instance-attribute

InlineAgentResponseStreamResourceNotFoundException dataclass

The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.

Attributes

value instance-attribute

InlineAgentResponseStreamServiceQuotaExceededException dataclass

The number of requests exceeds the service quota. Resubmit your request later.

Attributes

value instance-attribute

InlineAgentResponseStreamThrottlingException dataclass

The number of requests exceeds the limit. Resubmit your request later.

Attributes

value instance-attribute

InlineAgentResponseStreamAccessDeniedException dataclass

The request is denied because of missing access permissions. Check your permissions and retry your request.

Attributes

value instance-attribute

InlineAgentResponseStreamConflictException dataclass

There was a conflict performing an operation. Resolve the conflict and retry your request.

Attributes

value instance-attribute

InlineAgentResponseStreamDependencyFailedException dataclass

There was an issue with a dependency. Check the resource configurations and retry the request.

Attributes

value instance-attribute

InlineAgentResponseStreamBadGatewayException dataclass

There was an issue with a dependency due to a server issue. Retry your request.

Attributes

value instance-attribute

InlineAgentResponseStreamFiles dataclass

Contains intermediate response for code interpreter if any files have been generated.

Attributes

value instance-attribute

InlineAgentResponseStreamUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str