Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PostProcessingTrace
Packages that use PostProcessingTrace
-
Uses of PostProcessingTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PostProcessingTraceModifier and TypeMethodDescriptionstatic PostProcessingTracePostProcessingTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static PostProcessingTracePostProcessingTrace.fromModelInvocationInput(ModelInvocationInput modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static PostProcessingTracePostProcessingTrace.fromModelInvocationOutput(Consumer<PostProcessingModelInvocationOutput.Builder> modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.static PostProcessingTracePostProcessingTrace.fromModelInvocationOutput(PostProcessingModelInvocationOutput modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.final PostProcessingTraceTrace.postProcessingTrace()Details about the post-processing step, in which the agent shapes the response..Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PostProcessingTraceModifier and TypeMethodDescriptionstatic TraceTrace.fromPostProcessingTrace(PostProcessingTrace postProcessingTrace) Create an instance of this class withTrace.postProcessingTrace()initialized to the given value.Trace.Builder.postProcessingTrace(PostProcessingTrace postProcessingTrace) Details about the post-processing step, in which the agent shapes the response..