Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningTextBlock
-
Packages that use ReasoningTextBlock Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ReasoningTextBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ReasoningTextBlock Modifier and Type Method Description ReasoningTextBlockReasoningContentBlock. reasoningText()Contains information about the reasoning that the model used to return the content in the content block.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ReasoningTextBlock Modifier and Type Method Description static ReasoningContentBlockReasoningContentBlock. fromReasoningText(ReasoningTextBlock reasoningText)Create an instance of this class withReasoningContentBlock.reasoningText()initialized to the given value.ReasoningContentBlock.BuilderReasoningContentBlock.Builder. reasoningText(ReasoningTextBlock reasoningText)Contains information about the reasoning that the model used to return the content in the content block.
-