Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PostProcessingTrace
-
Packages that use PostProcessingTrace Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PostProcessingTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PostProcessingTrace Modifier and Type Method Description static 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.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 PostProcessingTrace Modifier and Type Method Description static TraceTrace. fromPostProcessingTrace(PostProcessingTrace postProcessingTrace)Create an instance of this class withTrace.postProcessingTrace()initialized to the given value.Trace.BuilderTrace.Builder. postProcessingTrace(PostProcessingTrace postProcessingTrace)Details about the post-processing step, in which the agent shapes the response..
-