Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessReasoningContentBlock
Packages that use HarnessReasoningContentBlock
-
Uses of HarnessReasoningContentBlock in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessReasoningContentBlockModifier and TypeMethodDescriptionstatic HarnessReasoningContentBlockHarnessReasoningContentBlock.fromReasoningText(Consumer<HarnessReasoningTextBlock.Builder> reasoningText) Create an instance of this class withreasoningText()initialized to the given value.static HarnessReasoningContentBlockHarnessReasoningContentBlock.fromReasoningText(HarnessReasoningTextBlock reasoningText) Create an instance of this class withreasoningText()initialized to the given value.static HarnessReasoningContentBlockHarnessReasoningContentBlock.fromRedactedContent(SdkBytes redactedContent) Create an instance of this class withredactedContent()initialized to the given value.HarnessContentBlock.reasoningContent()Model reasoning content.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessReasoningContentBlockModifier and TypeMethodDescriptionstatic HarnessContentBlockHarnessContentBlock.fromReasoningContent(HarnessReasoningContentBlock reasoningContent) Create an instance of this class withHarnessContentBlock.reasoningContent()initialized to the given value.HarnessContentBlock.Builder.reasoningContent(HarnessReasoningContentBlock reasoningContent) Model reasoning content.