Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Trace.Builder
Packages that use Trace.Builder
-
Uses of Trace.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Trace.BuilderModifier and TypeMethodDescriptionstatic Trace.BuilderTrace.builder()default Trace.BuilderTrace.Builder.customOrchestrationTrace(Consumer<CustomOrchestrationTrace.Builder> customOrchestrationTrace) Details about the custom orchestration step in which the agent determines the order in which actions are executed.Trace.Builder.customOrchestrationTrace(CustomOrchestrationTrace customOrchestrationTrace) Details about the custom orchestration step in which the agent determines the order in which actions are executed.default Trace.BuilderTrace.Builder.failureTrace(Consumer<FailureTrace.Builder> failureTrace) Contains information about the failure of the interaction.Trace.Builder.failureTrace(FailureTrace failureTrace) Contains information about the failure of the interaction.final Trace.BuilderInlineAgentTracePart.BuilderImpl.getTrace()final Trace.BuilderTracePart.BuilderImpl.getTrace()default Trace.BuilderTrace.Builder.guardrailTrace(Consumer<GuardrailTrace.Builder> guardrailTrace) The trace details for a trace defined in the Guardrail filter.Trace.Builder.guardrailTrace(GuardrailTrace guardrailTrace) The trace details for a trace defined in the Guardrail filter.default Trace.BuilderTrace.Builder.orchestrationTrace(Consumer<OrchestrationTrace.Builder> orchestrationTrace) Details about the orchestration step, in which the agent determines the order in which actions are executed and which knowledge bases are retrieved.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.default Trace.BuilderTrace.Builder.postProcessingTrace(Consumer<PostProcessingTrace.Builder> postProcessingTrace) Details about the post-processing step, in which the agent shapes the response..Trace.Builder.postProcessingTrace(PostProcessingTrace postProcessingTrace) Details about the post-processing step, in which the agent shapes the response..default Trace.BuilderTrace.Builder.preProcessingTrace(Consumer<PreProcessingTrace.Builder> preProcessingTrace) Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.Trace.Builder.preProcessingTrace(PreProcessingTrace preProcessingTrace) Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.default Trace.BuilderTrace.Builder.routingClassifierTrace(Consumer<RoutingClassifierTrace.Builder> routingClassifierTrace) A routing classifier's trace.Trace.Builder.routingClassifierTrace(RoutingClassifierTrace routingClassifierTrace) A routing classifier's trace.Trace.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Trace.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Trace.Builder>Trace.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Trace.BuilderModifier and TypeMethodDescriptiondefault InlineAgentTracePart.BuilderInlineAgentTracePart.Builder.trace(Consumer<Trace.Builder> trace) Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.default TracePart.BuilderTracePart.Builder.trace(Consumer<Trace.Builder> trace) Contains one part of the agent's reasoning process and results from calling API actions and querying knowledge bases.