Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PostProcessingModelInvocationOutput
Packages that use PostProcessingModelInvocationOutput
-
Uses of PostProcessingModelInvocationOutput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PostProcessingModelInvocationOutputModifier and TypeMethodDescriptionPostProcessingTrace.modelInvocationOutput()The foundation model output from the post-processing step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PostProcessingModelInvocationOutputModifier and TypeMethodDescriptionstatic PostProcessingTracePostProcessingTrace.fromModelInvocationOutput(PostProcessingModelInvocationOutput modelInvocationOutput) Create an instance of this class withPostProcessingTrace.modelInvocationOutput()initialized to the given value.PostProcessingTrace.Builder.modelInvocationOutput(PostProcessingModelInvocationOutput modelInvocationOutput) The foundation model output from the post-processing step.