Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlock
Packages that use ReasoningContentBlock
-
Uses of ReasoningContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlockModifier and TypeMethodDescriptionstatic 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.final 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 ReasoningContentBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromReasoningContent(ReasoningContentBlock reasoningContent) Create an instance of this class withContentBlock.reasoningContent()initialized to the given value.ContentBlock.Builder.reasoningContent(ReasoningContentBlock reasoningContent) Contains content regarding the reasoning that is carried out by the model.