Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ReasoningTextBlock
-
Packages that use ReasoningTextBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ReasoningTextBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningTextBlock Modifier and Type Method Description ReasoningTextBlockReasoningContentBlock. reasoningText()The reasoning that the model used to return the output.Methods in software.amazon.awssdk.services.bedrockruntime.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)The reasoning that the model used to return the output.
-