Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationModelInvocationOutput.Builder
-
Packages that use OrchestrationModelInvocationOutput.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of OrchestrationModelInvocationOutput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationModelInvocationOutput.Builder Modifier and Type Method Description static OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput. builder()default OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the foundation model output from the orchestration step.OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. metadata(Metadata metadata)Contains information about the foundation model output from the orchestration step.default OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. rawResponse(Consumer<RawResponse.Builder> rawResponse)Contains details of the raw response from the foundation model output.OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. rawResponse(RawResponse rawResponse)Contains details of the raw response from the foundation model output.default OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent)Contains content about the reasoning that the model made during the orchestration step.OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. reasoningContent(ReasoningContentBlock reasoningContent)Contains content about the reasoning that the model made during the orchestration step.OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput. toBuilder()OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. traceId(String traceId)The unique identifier of the trace.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type OrchestrationModelInvocationOutput.Builder Modifier and Type Method Description static Class<? extends OrchestrationModelInvocationOutput.Builder>OrchestrationModelInvocationOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type OrchestrationModelInvocationOutput.Builder Modifier and Type Method Description static OrchestrationTraceOrchestrationTrace. fromModelInvocationOutput(Consumer<OrchestrationModelInvocationOutput.Builder> modelInvocationOutput)Create an instance of this class withOrchestrationTrace.modelInvocationOutput()initialized to the given value.default OrchestrationTrace.BuilderOrchestrationTrace.Builder. modelInvocationOutput(Consumer<OrchestrationModelInvocationOutput.Builder> modelInvocationOutput)Contains information pertaining to the output from the foundation model that is being invoked.
-