Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningContentBlock
Packages that use ReasoningContentBlock
-
Uses of ReasoningContentBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.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 ReasoningContentBlockOrchestrationModelInvocationOutput.reasoningContent()Contains content about the reasoning that the model made during the orchestration step.final ReasoningContentBlockPostProcessingModelInvocationOutput.reasoningContent()Contains content about the reasoning that the model made during the post-processing step.final ReasoningContentBlockPreProcessingModelInvocationOutput.reasoningContent()Contains content about the reasoning that the model made during the pre-processing step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ReasoningContentBlockModifier and TypeMethodDescriptionOrchestrationModelInvocationOutput.Builder.reasoningContent(ReasoningContentBlock reasoningContent) Contains content about the reasoning that the model made during the orchestration step.PostProcessingModelInvocationOutput.Builder.reasoningContent(ReasoningContentBlock reasoningContent) Contains content about the reasoning that the model made during the post-processing step.PreProcessingModelInvocationOutput.Builder.reasoningContent(ReasoningContentBlock reasoningContent) Contains content about the reasoning that the model made during the pre-processing step.