Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Rationale.Builder
Packages that use Rationale.Builder
-
Uses of Rationale.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Rationale.BuilderModifier and TypeMethodDescriptionstatic Rationale.BuilderRationale.builder()The reasoning or thought process of the agent, based on the input.Rationale.toBuilder()The unique identifier of the trace step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Rationale.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Rationale.Builder>Rationale.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Rationale.BuilderModifier and TypeMethodDescriptionstatic OrchestrationTraceOrchestrationTrace.fromRationale(Consumer<Rationale.Builder> rationale) Create an instance of this class withOrchestrationTrace.rationale()initialized to the given value.default OrchestrationTrace.BuilderOrchestrationTrace.Builder.rationale(Consumer<Rationale.Builder> rationale) Details about the reasoning, based on the input, that the agent uses to justify carrying out an action group or getting information from a knowledge base.