Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Trace
-
Packages that use Trace Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Trace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Trace Modifier and Type Method Description static TraceTrace. fromFailureTrace(Consumer<FailureTrace.Builder> failureTrace)Create an instance of this class withfailureTrace()initialized to the given value.static TraceTrace. fromFailureTrace(FailureTrace failureTrace)Create an instance of this class withfailureTrace()initialized to the given value.static TraceTrace. fromOrchestrationTrace(Consumer<OrchestrationTrace.Builder> orchestrationTrace)Create an instance of this class withorchestrationTrace()initialized to the given value.static TraceTrace. fromOrchestrationTrace(OrchestrationTrace orchestrationTrace)Create an instance of this class withorchestrationTrace()initialized to the given value.static TraceTrace. fromPostProcessingTrace(Consumer<PostProcessingTrace.Builder> postProcessingTrace)Create an instance of this class withpostProcessingTrace()initialized to the given value.static TraceTrace. fromPostProcessingTrace(PostProcessingTrace postProcessingTrace)Create an instance of this class withpostProcessingTrace()initialized to the given value.static TraceTrace. fromPreProcessingTrace(Consumer<PreProcessingTrace.Builder> preProcessingTrace)Create an instance of this class withpreProcessingTrace()initialized to the given value.static TraceTrace. fromPreProcessingTrace(PreProcessingTrace preProcessingTrace)Create an instance of this class withpreProcessingTrace()initialized to the given value.TraceTracePart. trace()Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Trace Modifier and Type Method Description TracePart.BuilderTracePart.Builder. trace(Trace trace)Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.TracePart.BuilderTracePart.BuilderImpl. trace(Trace trace)
-