Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningTextBlock.Builder
-
Packages that use ReasoningTextBlock.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ReasoningTextBlock.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ReasoningTextBlock.Builder Modifier and Type Method Description static ReasoningTextBlock.BuilderReasoningTextBlock. builder()ReasoningTextBlock.BuilderReasoningTextBlock.Builder. signature(String signature)A hash of all the messages in the conversation to ensure that the content in the reasoning text block isn't tampered with.ReasoningTextBlock.BuilderReasoningTextBlock.Builder. text(String text)Text describing the reasoning that the model used to return the content in the content block.ReasoningTextBlock.BuilderReasoningTextBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ReasoningTextBlock.Builder Modifier and Type Method Description static Class<? extends ReasoningTextBlock.Builder>ReasoningTextBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ReasoningTextBlock.Builder Modifier and Type Method Description static 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.
-