Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ReasoningContentBlock.Builder
Packages that use ReasoningContentBlock.Builder
-
Uses of ReasoningContentBlock.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ReasoningContentBlock.BuilderModifier and TypeMethodDescriptionReasoningContentBlock.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.Builder.reasoningText(ReasoningTextBlock reasoningText) Contains information about the reasoning that the model used to return the content in the content block.ReasoningContentBlock.Builder.redactedContent(SdkBytes redactedContent) The content in the reasoning that was encrypted by the model provider for trust and safety reasons.ReasoningContentBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ReasoningContentBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReasoningContentBlock.Builder>ReasoningContentBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ReasoningContentBlock.BuilderModifier and TypeMethodDescriptionOrchestrationModelInvocationOutput.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Contains content about the reasoning that the model made during the orchestration step.PostProcessingModelInvocationOutput.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Contains content about the reasoning that the model made during the post-processing step.PreProcessingModelInvocationOutput.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Contains content about the reasoning that the model made during the pre-processing step.