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