Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Rationale.Builder
-
Packages that use Rationale.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Rationale.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Rationale.Builder Modifier and Type Method Description static Rationale.BuilderRationale. builder()Rationale.BuilderRationale.Builder. text(String text)The reasoning or thought process of the agent, based on the input.Rationale.BuilderRationale. toBuilder()Rationale.BuilderRationale.Builder. traceId(String traceId)The unique identifier of the trace step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Rationale.Builder Modifier and Type Method Description static Class<? extends Rationale.Builder>Rationale. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Rationale.Builder Modifier and Type Method Description static 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.
-