Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Observation
-
Packages that use Observation Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Observation in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Observation Modifier and Type Method Description ObservationOrchestrationTrace. observation()Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.ObservationRoutingClassifierTrace. observation()The classifier's observation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Observation Modifier and Type Method Description static 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.BuilderOrchestrationTrace.Builder. observation(Observation observation)Details about the observation (the output of the action group Lambda or knowledge base) made by the agent.RoutingClassifierTrace.BuilderRoutingClassifierTrace.Builder. observation(Observation observation)The classifier's observation.
-