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