Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingModelInvocationOutput
Packages that use PreProcessingModelInvocationOutput
-
Uses of PreProcessingModelInvocationOutput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PreProcessingModelInvocationOutputModifier and TypeMethodDescriptionPreProcessingTrace.modelInvocationOutput()The foundation model output from the pre-processing step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PreProcessingModelInvocationOutputModifier and TypeMethodDescriptionstatic PreProcessingTracePreProcessingTrace.fromModelInvocationOutput(PreProcessingModelInvocationOutput modelInvocationOutput) Create an instance of this class withPreProcessingTrace.modelInvocationOutput()initialized to the given value.PreProcessingTrace.Builder.modelInvocationOutput(PreProcessingModelInvocationOutput modelInvocationOutput) The foundation model output from the pre-processing step.