Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningTextBlock.Builder
Packages that use ReasoningTextBlock.Builder
-
Uses of ReasoningTextBlock.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ReasoningTextBlock.BuilderModifier and TypeMethodDescriptionstatic ReasoningTextBlock.BuilderReasoningTextBlock.builder()A hash of all the messages in the conversation to ensure that the content in the reasoning text block isn't tampered with.Text describing the reasoning that the model used to return the content in the content block.ReasoningTextBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ReasoningTextBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReasoningTextBlock.Builder>ReasoningTextBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ReasoningTextBlock.BuilderModifier and TypeMethodDescriptionstatic ReasoningContentBlockReasoningContentBlock.fromReasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText) Create an instance of this class withReasoningContentBlock.reasoningText()initialized to the given value.default ReasoningContentBlock.BuilderReasoningContentBlock.Builder.reasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText) Contains information about the reasoning that the model used to return the content in the content block.