Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningContentBlock
-
Packages that use ReasoningContentBlock Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ReasoningContentBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.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.ReasoningContentBlockOrchestrationModelInvocationOutput. reasoningContent()Contains content about the reasoning that the model made during the orchestration step.ReasoningContentBlockPostProcessingModelInvocationOutput. reasoningContent()Contains content about the reasoning that the model made during the post-processing step.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 ReasoningContentBlock Modifier and Type Method Description OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. reasoningContent(ReasoningContentBlock reasoningContent)Contains content about the reasoning that the model made during the orchestration step.PostProcessingModelInvocationOutput.BuilderPostProcessingModelInvocationOutput.Builder. reasoningContent(ReasoningContentBlock reasoningContent)Contains content about the reasoning that the model made during the post-processing step.PreProcessingModelInvocationOutput.BuilderPreProcessingModelInvocationOutput.Builder. reasoningContent(ReasoningContentBlock reasoningContent)Contains content about the reasoning that the model made during the pre-processing step.
-