ResponseStream¶
Union Type¶
ResponseStream
module-attribute
¶
ResponseStream = Union[ResponseStreamChunk | ResponseStreamTrace | ResponseStreamReturnControl | ResponseStreamInternalServerException | ResponseStreamValidationException | ResponseStreamResourceNotFoundException | ResponseStreamServiceQuotaExceededException | ResponseStreamThrottlingException | ResponseStreamAccessDeniedException | ResponseStreamConflictException | ResponseStreamDependencyFailedException | ResponseStreamBadGatewayException | ResponseStreamModelNotReadyException | ResponseStreamFiles | ResponseStreamUnknown]
The response from invoking the agent and associated citations and trace information.
Union Member Types¶
ResponseStreamChunk
dataclass
¶
Contains a part of an agent response and citations for it.
Attributes¶
ResponseStreamTrace
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.
ResponseStreamReturnControl
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¶
ResponseStreamInternalServerException
dataclass
¶
An internal server error occurred. Retry your request.
Attributes¶
ResponseStreamValidationException
dataclass
¶
Input validation failed. Check your request parameters and retry the request.
Attributes¶
ResponseStreamResourceNotFoundException
dataclass
¶
The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
Attributes¶
ResponseStreamServiceQuotaExceededException
dataclass
¶
The number of requests exceeds the service quota. Resubmit your request later.
Attributes¶
ResponseStreamThrottlingException
dataclass
¶
The number of requests exceeds the limit. Resubmit your request later.
Attributes¶
ResponseStreamAccessDeniedException
dataclass
¶
The request is denied because of missing access permissions. Check your permissions and retry your request.
Attributes¶
ResponseStreamConflictException
dataclass
¶
There was a conflict performing an operation. Resolve the conflict and retry your request.
Attributes¶
ResponseStreamDependencyFailedException
dataclass
¶
There was an issue with a dependency. Check the resource configurations and retry the request.
Attributes¶
ResponseStreamBadGatewayException
dataclass
¶
There was an issue with a dependency due to a server issue. Retry your request.
Attributes¶
ResponseStreamModelNotReadyException
dataclass
¶
The model specified in the request is not ready to serve Inference requests. The AWS SDK will automatically retry the operation up to 5 times. For information about configuring automatic retries, see Retry behavior in the AWS SDKs and Tools reference guide.