Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationTrace
Packages that use OrchestrationTrace
-
Uses of OrchestrationTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationTraceModifier and TypeMethodDescriptionstatic OrchestrationTraceOrchestrationTrace.fromInvocationInput(Consumer<InvocationInput.Builder> invocationInput) Create an instance of this class withinvocationInput()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromInvocationInput(InvocationInput invocationInput) Create an instance of this class withinvocationInput()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromModelInvocationInput(ModelInvocationInput modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromModelInvocationOutput(Consumer<OrchestrationModelInvocationOutput.Builder> modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromModelInvocationOutput(OrchestrationModelInvocationOutput modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromObservation(Consumer<Observation.Builder> observation) Create an instance of this class withobservation()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromObservation(Observation observation) Create an instance of this class withobservation()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromRationale(Consumer<Rationale.Builder> rationale) Create an instance of this class withrationale()initialized to the given value.static OrchestrationTraceOrchestrationTrace.fromRationale(Rationale rationale) Create an instance of this class withrationale()initialized to the given value.final OrchestrationTraceTrace.orchestrationTrace()Details about the orchestration step, in which the agent determines the order in which actions are executed and which knowledge bases are retrieved.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type OrchestrationTraceModifier and TypeMethodDescriptionstatic TraceTrace.fromOrchestrationTrace(OrchestrationTrace orchestrationTrace) Create an instance of this class withTrace.orchestrationTrace()initialized to the given value.Trace.Builder.orchestrationTrace(OrchestrationTrace orchestrationTrace) Details about the orchestration step, in which the agent determines the order in which actions are executed and which knowledge bases are retrieved.