| ActionGroupInvocationInput |
Contains information about the action group being invoked.
|
| ActionGroupInvocationOutput |
Contains the JSON-formatted string returned by the API invoked by the action group.
|
| Attribution |
Contains citations for a part of an agent response.
|
| BedrockAgentRuntimeException.BuilderImpl |
|
| BedrockAgentRuntimeRequest |
|
| BedrockAgentRuntimeRequest.BuilderImpl |
|
| BedrockAgentRuntimeResponse |
|
| BedrockAgentRuntimeResponse.BuilderImpl |
|
| BedrockAgentRuntimeResponseMetadata |
|
| Citation |
An object containing a segment of the generated response that is based on a source in the knowledge base, alongside
information about the source.
|
| FailureTrace |
Contains information about the failure of the interaction.
|
| FinalResponse |
Contains details about the response to the user.
|
| GeneratedResponsePart |
Contains metadata about a part of the generated response that is accompanied by a citation.
|
| InferenceConfiguration |
Specifications about the inference parameters that were provided alongside the prompt.
|
| InvocationInput |
Contains information pertaining to the action group or knowledge base that is being invoked.
|
| InvokeAgentRequest |
|
| InvokeAgentResponse |
|
| KnowledgeBaseLookupInput |
Contains details about the knowledge base to look up and the query to be made.
|
| KnowledgeBaseLookupOutput |
Contains details about the results from looking up the knowledge base.
|
| KnowledgeBaseQuery |
Contains the query made to the knowledge base.
|
| KnowledgeBaseRetrievalConfiguration |
Contains details about how the results should be returned.
|
| KnowledgeBaseRetrievalResult |
Details about a result from querying the knowledge base.
|
| KnowledgeBaseRetrieveAndGenerateConfiguration |
Contains details about the resource being queried.
|
| KnowledgeBaseVectorSearchConfiguration |
Configurations for how to carry out the search.
|
| ModelInvocationInput |
The input for the pre-processing step.
|
| Observation |
Contains the result or output of an action group or knowledge base, or the response to the user.
|
| OrchestrationTrace |
Details about the orchestration step, in which the agent determines the order in which actions are executed and which
knowledge bases are retrieved.
|
| Parameter |
A parameter in the Lambda input event.
|
| PayloadPart |
Contains a part of an agent response and citations for it.
|
| PayloadPart.BuilderImpl |
|
| PostProcessingModelInvocationOutput |
The foundation model output from the post-processing step.
|
| PostProcessingParsedResponse |
Details about the response from the Lambda parsing of the output from the post-processing step.
|
| PostProcessingTrace |
Details about the post-processing step, in which the agent shapes the response.
|
| PreProcessingModelInvocationOutput |
The foundation model output from the pre-processing step.
|
| PreProcessingParsedResponse |
Details about the response from the Lambda parsing of the output from the pre-processing step.
|
| PreProcessingTrace |
Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.
|
| Rationale |
Contains the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting
information from a knowledge base.
|
| RepromptResponse |
Contains details about the agent's response to reprompt the input.
|
| RequestBody |
The parameters in the request body for the Lambda input event.
|
| RetrievalResultContent |
Contains the cited text from the data source.
|
| RetrievalResultLocation |
Contains information about the location of the data source.
|
| RetrievalResultS3Location |
Contains the S3 location of the data source.
|
| RetrieveAndGenerateConfiguration |
Contains details about the resource being queried.
|
| RetrieveAndGenerateInput |
Contains the query made to the knowledge base.
|
| RetrieveAndGenerateOutput |
Contains the response generated from querying the knowledge base.
|
| RetrieveAndGenerateRequest |
|
| RetrieveAndGenerateResponse |
|
| RetrieveAndGenerateSessionConfiguration |
Contains configuration about the session with the knowledge base.
|
| RetrievedReference |
Contains metadata about a sources cited for the generated response.
|
| RetrieveRequest |
|
| RetrieveResponse |
|
| SessionState |
Contains parameters that specify various attributes that persist across a session or prompt.
|
| Span |
Contains information about where the text with a citation begins and ends in the generated output.
|
| TextResponsePart |
Contains the part of the generated text that contains a citation, alongside where it begins and ends.
|
| Trace |
Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.
|
| TracePart |
Contains information about the agent and session, alongside the agent's reasoning process and results from calling
API actions and querying knowledge bases and metadata about the trace.
|
| TracePart.BuilderImpl |
|