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. fromCustomOrchestrationTrace(Consumer<CustomOrchestrationTrace.Builder> customOrchestrationTrace)Create an instance of this class withcustomOrchestrationTrace()initialized to the given value.static TraceTrace. fromCustomOrchestrationTrace(CustomOrchestrationTrace customOrchestrationTrace)Create an instance of this class withcustomOrchestrationTrace()initialized to the given value.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. fromGuardrailTrace(Consumer<GuardrailTrace.Builder> guardrailTrace)Create an instance of this class withguardrailTrace()initialized to the given value.static TraceTrace. fromGuardrailTrace(GuardrailTrace guardrailTrace)Create an instance of this class withguardrailTrace()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.static TraceTrace. fromRoutingClassifierTrace(Consumer<RoutingClassifierTrace.Builder> routingClassifierTrace)Create an instance of this class withroutingClassifierTrace()initialized to the given value.static TraceTrace. fromRoutingClassifierTrace(RoutingClassifierTrace routingClassifierTrace)Create an instance of this class withroutingClassifierTrace()initialized to the given value.TraceInlineAgentTracePart. trace()Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.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 InlineAgentTracePart.BuilderInlineAgentTracePart.Builder. trace(Trace trace)Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.InlineAgentTracePart.BuilderInlineAgentTracePart.BuilderImpl. trace(Trace trace)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)
-