static PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.builder() |
|
default PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) |
Contains information about the foundation model output from the post-processing step.
|
PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.Builder.metadata(Metadata metadata) |
Contains information about the foundation model output from the post-processing step.
|
default PostProcessingModelInvocationOutput.Builder |
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 |
PostProcessingModelInvocationOutput.Builder.parsedResponse(PostProcessingParsedResponse parsedResponse) |
Details about the response from the Lambda parsing of the output of the post-processing step.
|
default PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.Builder.rawResponse(Consumer<RawResponse.Builder> rawResponse) |
Details of the raw response from the foundation model output.
|
PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.Builder.rawResponse(RawResponse rawResponse) |
Details of the raw response from the foundation model output.
|
default PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) |
Contains content about the reasoning that the model made during the post-processing step.
|
PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.Builder.reasoningContent(ReasoningContentBlock reasoningContent) |
Contains content about the reasoning that the model made during the post-processing step.
|
PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.toBuilder() |
|
PostProcessingModelInvocationOutput.Builder |
PostProcessingModelInvocationOutput.Builder.traceId(String traceId) |
The unique identifier of the trace.
|