Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingModelInvocationOutput.Builder
Packages that use PreProcessingModelInvocationOutput.Builder
-
Uses of PreProcessingModelInvocationOutput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PreProcessingModelInvocationOutput.BuilderModifier and TypeMethodDescriptionPreProcessingModelInvocationOutput.builder()PreProcessingModelInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the foundation model output from the pre-processing step.Contains information about the foundation model output from the pre-processing step.PreProcessingModelInvocationOutput.Builder.parsedResponse(Consumer<PreProcessingParsedResponse.Builder> parsedResponse) Details about the response from the Lambda parsing of the output of the pre-processing step.PreProcessingModelInvocationOutput.Builder.parsedResponse(PreProcessingParsedResponse parsedResponse) Details about the response from the Lambda parsing of the output of the pre-processing step.PreProcessingModelInvocationOutput.Builder.rawResponse(Consumer<RawResponse.Builder> rawResponse) Details of the raw response from the foundation model output.PreProcessingModelInvocationOutput.Builder.rawResponse(RawResponse rawResponse) Details of the raw response from the foundation model output.PreProcessingModelInvocationOutput.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Contains content about the reasoning that the model made during the pre-processing step.PreProcessingModelInvocationOutput.Builder.reasoningContent(ReasoningContentBlock reasoningContent) Contains content about the reasoning that the model made during the pre-processing step.PreProcessingModelInvocationOutput.toBuilder()The unique identifier of the trace.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PreProcessingModelInvocationOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PreProcessingModelInvocationOutput.Builder>PreProcessingModelInvocationOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PreProcessingModelInvocationOutput.BuilderModifier and TypeMethodDescriptionstatic PreProcessingTracePreProcessingTrace.fromModelInvocationOutput(Consumer<PreProcessingModelInvocationOutput.Builder> modelInvocationOutput) Create an instance of this class withPreProcessingTrace.modelInvocationOutput()initialized to the given value.default PreProcessingTrace.BuilderPreProcessingTrace.Builder.modelInvocationOutput(Consumer<PreProcessingModelInvocationOutput.Builder> modelInvocationOutput) The foundation model output from the pre-processing step.