AgenticRetrieveStreamResponseOutput¶
Union Type¶
AgenticRetrieveStreamResponseOutput
module-attribute
¶
AgenticRetrieveStreamResponseOutput = Union[AgenticRetrieveStreamResponseOutputResult | AgenticRetrieveStreamResponseOutputTraceEvent | AgenticRetrieveStreamResponseOutputResponseEvent | AgenticRetrieveStreamResponseOutputInternalServerException | AgenticRetrieveStreamResponseOutputValidationException | AgenticRetrieveStreamResponseOutputResourceNotFoundException | AgenticRetrieveStreamResponseOutputServiceQuotaExceededException | AgenticRetrieveStreamResponseOutputThrottlingException | AgenticRetrieveStreamResponseOutputAccessDeniedException | AgenticRetrieveStreamResponseOutputConflictException | AgenticRetrieveStreamResponseOutputDependencyFailedException | AgenticRetrieveStreamResponseOutputBadGatewayException | AgenticRetrieveStreamResponseOutputUnknown]
The streaming output for agentic retrieval, containing results, traces, and errors.
Union Member Types¶
AgenticRetrieveStreamResponseOutputResult
dataclass
¶
A retrieval result event containing the retrieved items.
Attributes¶
AgenticRetrieveStreamResponseOutputTraceEvent
dataclass
¶
A trace event providing visibility into the retrieval process.
Attributes¶
AgenticRetrieveStreamResponseOutputResponseEvent
dataclass
¶
A chunk of the generated answer. Emitted only when generateResponse is true.
Attributes¶
AgenticRetrieveStreamResponseOutputInternalServerException
dataclass
¶
An internal server error occurred.
Attributes¶
AgenticRetrieveStreamResponseOutputValidationException
dataclass
¶
The request validation failed.
Attributes¶
AgenticRetrieveStreamResponseOutputResourceNotFoundException
dataclass
¶
The specified resource was not found.
Attributes¶
AgenticRetrieveStreamResponseOutputServiceQuotaExceededException
dataclass
¶
The service quota has been exceeded.
Attributes¶
AgenticRetrieveStreamResponseOutputThrottlingException
dataclass
¶
The request was throttled.
Attributes¶
AgenticRetrieveStreamResponseOutputAccessDeniedException
dataclass
¶
Access to the resource was denied.
Attributes¶
AgenticRetrieveStreamResponseOutputConflictException
dataclass
¶
A conflict occurred with the current state of the resource.
Attributes¶
AgenticRetrieveStreamResponseOutputDependencyFailedException
dataclass
¶
A dependency failed during the operation.