Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningContentBlock.Builder
-
Packages that use ReasoningContentBlock.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ReasoningContentBlock.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ReasoningContentBlock.Builder Modifier and Type Method Description static ReasoningContentBlock.BuilderReasoningContentBlock. builder()default ReasoningContentBlock.BuilderReasoningContentBlock.Builder. reasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText)Contains information about the reasoning that the model used to return the content in the content block.ReasoningContentBlock.BuilderReasoningContentBlock.Builder. reasoningText(ReasoningTextBlock reasoningText)Contains information about the reasoning that the model used to return the content in the content block.ReasoningContentBlock.BuilderReasoningContentBlock.Builder. redactedContent(SdkBytes redactedContent)The content in the reasoning that was encrypted by the model provider for trust and safety reasons.ReasoningContentBlock.BuilderReasoningContentBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ReasoningContentBlock.Builder Modifier and Type Method Description static Class<? extends ReasoningContentBlock.Builder>ReasoningContentBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ReasoningContentBlock.Builder Modifier and Type Method Description default OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent)Contains content about the reasoning that the model made during the orchestration step.default PostProcessingModelInvocationOutput.BuilderPostProcessingModelInvocationOutput.Builder. reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent)Contains content about the reasoning that the model made during the post-processing step.default PreProcessingModelInvocationOutput.BuilderPreProcessingModelInvocationOutput.Builder. reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent)Contains content about the reasoning that the model made during the pre-processing step.
-