Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Observation.Builder
Packages that use Observation.Builder
-
Uses of Observation.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Observation.BuilderModifier and TypeMethodDescriptiondefault Observation.BuilderObservation.Builder.actionGroupInvocationOutput(Consumer<ActionGroupInvocationOutput.Builder> actionGroupInvocationOutput) Contains the JSON-formatted string returned by the API invoked by the action group.Observation.Builder.actionGroupInvocationOutput(ActionGroupInvocationOutput actionGroupInvocationOutput) Contains the JSON-formatted string returned by the API invoked by the action group.default Observation.BuilderObservation.Builder.agentCollaboratorInvocationOutput(Consumer<AgentCollaboratorInvocationOutput.Builder> agentCollaboratorInvocationOutput) A collaborator's invocation output.Observation.Builder.agentCollaboratorInvocationOutput(AgentCollaboratorInvocationOutput agentCollaboratorInvocationOutput) A collaborator's invocation output.static Observation.BuilderObservation.builder()default Observation.BuilderObservation.Builder.codeInterpreterInvocationOutput(Consumer<CodeInterpreterInvocationOutput.Builder> codeInterpreterInvocationOutput) Contains the JSON-formatted string returned by the API invoked by the code interpreter.Observation.Builder.codeInterpreterInvocationOutput(CodeInterpreterInvocationOutput codeInterpreterInvocationOutput) Contains the JSON-formatted string returned by the API invoked by the code interpreter.default Observation.BuilderObservation.Builder.finalResponse(Consumer<FinalResponse.Builder> finalResponse) Contains details about the response to the user.Observation.Builder.finalResponse(FinalResponse finalResponse) Contains details about the response to the user.default Observation.BuilderObservation.Builder.knowledgeBaseLookupOutput(Consumer<KnowledgeBaseLookupOutput.Builder> knowledgeBaseLookupOutput) Contains details about the results from looking up the knowledge base.Observation.Builder.knowledgeBaseLookupOutput(KnowledgeBaseLookupOutput knowledgeBaseLookupOutput) Contains details about the results from looking up the knowledge base.default Observation.BuilderObservation.Builder.repromptResponse(Consumer<RepromptResponse.Builder> repromptResponse) Contains details about the response to reprompt the input.Observation.Builder.repromptResponse(RepromptResponse repromptResponse) Contains details about the response to reprompt the input.Observation.toBuilder()The unique identifier of the trace.Specifies what kind of information the agent returns in the observation.Specifies what kind of information the agent returns in the observation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Observation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Observation.Builder>Observation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Observation.BuilderModifier and TypeMethodDescriptionstatic OrchestrationTraceOrchestrationTrace.fromObservation(Consumer<Observation.Builder> observation) Create an instance of this class withOrchestrationTrace.observation()initialized to the given value.static RoutingClassifierTraceRoutingClassifierTrace.fromObservation(Consumer<Observation.Builder> observation) Create an instance of this class withRoutingClassifierTrace.observation()initialized to the given value.default OrchestrationTrace.BuilderOrchestrationTrace.Builder.observation(Consumer<Observation.Builder> observation) Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.default RoutingClassifierTrace.BuilderRoutingClassifierTrace.Builder.observation(Consumer<Observation.Builder> observation) The classifier's observation.