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