Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Observation
Packages that use Observation
-
Uses of Observation in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ObservationModifier and TypeMethodDescriptionfinal ObservationOrchestrationTrace.observation()Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.final ObservationRoutingClassifierTrace.observation()The classifier's observation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ObservationModifier and TypeMethodDescriptionstatic OrchestrationTraceOrchestrationTrace.fromObservation(Observation observation) Create an instance of this class withOrchestrationTrace.observation()initialized to the given value.static RoutingClassifierTraceRoutingClassifierTrace.fromObservation(Observation observation) Create an instance of this class withRoutingClassifierTrace.observation()initialized to the given value.OrchestrationTrace.Builder.observation(Observation observation) Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.RoutingClassifierTrace.Builder.observation(Observation observation) The classifier's observation.