Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlock
-
Packages that use ReasoningContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ReasoningContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlock Modifier and Type Method Description static ReasoningContentBlockReasoningContentBlock. fromReasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText)Create an instance of this class withreasoningText()initialized to the given value.static ReasoningContentBlockReasoningContentBlock. fromReasoningText(ReasoningTextBlock reasoningText)Create an instance of this class withreasoningText()initialized to the given value.static ReasoningContentBlockReasoningContentBlock. fromRedactedContent(SdkBytes redactedContent)Create an instance of this class withredactedContent()initialized to the given value.ReasoningContentBlockContentBlock. reasoningContent()Contains content regarding the reasoning that is carried out by the model.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ReasoningContentBlock Modifier and Type Method Description static ContentBlockContentBlock. fromReasoningContent(ReasoningContentBlock reasoningContent)Create an instance of this class withContentBlock.reasoningContent()initialized to the given value.ContentBlock.BuilderContentBlock.Builder. reasoningContent(ReasoningContentBlock reasoningContent)Contains content regarding the reasoning that is carried out by the model.
-