Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationModelInvocationOutput.Builder
Packages that use OrchestrationModelInvocationOutput.Builder
-
Uses of OrchestrationModelInvocationOutput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationModelInvocationOutput.BuilderModifier and TypeMethodDescriptionOrchestrationModelInvocationOutput.builder()OrchestrationModelInvocationOutput.Builder.metadata(Consumer<Metadata.Builder> metadata) Contains information about the foundation model output from the orchestration step.Contains information about the foundation model output from the orchestration step.OrchestrationModelInvocationOutput.Builder.rawResponse(Consumer<RawResponse.Builder> rawResponse) Contains details of the raw response from the foundation model output.OrchestrationModelInvocationOutput.Builder.rawResponse(RawResponse rawResponse) Contains details of the raw response from the foundation model output.OrchestrationModelInvocationOutput.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Contains content about the reasoning that the model made during the orchestration step.OrchestrationModelInvocationOutput.Builder.reasoningContent(ReasoningContentBlock reasoningContent) Contains content about the reasoning that the model made during the orchestration step.OrchestrationModelInvocationOutput.toBuilder()The unique identifier of the trace.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type OrchestrationModelInvocationOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OrchestrationModelInvocationOutput.Builder>OrchestrationModelInvocationOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type OrchestrationModelInvocationOutput.BuilderModifier and TypeMethodDescriptionstatic 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.