Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PostProcessingTrace.Builder
Packages that use PostProcessingTrace.Builder
-
Uses of PostProcessingTrace.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PostProcessingTrace.BuilderModifier and TypeMethodDescriptionstatic PostProcessingTrace.BuilderPostProcessingTrace.builder()default PostProcessingTrace.BuilderPostProcessingTrace.Builder.modelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) The input for the post-processing step.PostProcessingTrace.Builder.modelInvocationInput(ModelInvocationInput modelInvocationInput) The input for the post-processing step.default PostProcessingTrace.BuilderPostProcessingTrace.Builder.modelInvocationOutput(Consumer<PostProcessingModelInvocationOutput.Builder> modelInvocationOutput) The foundation model output from the post-processing step.PostProcessingTrace.Builder.modelInvocationOutput(PostProcessingModelInvocationOutput modelInvocationOutput) The foundation model output from the post-processing step.PostProcessingTrace.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PostProcessingTrace.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PostProcessingTrace.Builder>PostProcessingTrace.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PostProcessingTrace.BuilderModifier and TypeMethodDescriptionstatic TraceTrace.fromPostProcessingTrace(Consumer<PostProcessingTrace.Builder> postProcessingTrace) Create an instance of this class withTrace.postProcessingTrace()initialized to the given value.default Trace.BuilderTrace.Builder.postProcessingTrace(Consumer<PostProcessingTrace.Builder> postProcessingTrace) Details about the post-processing step, in which the agent shapes the response..