Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlock.Builder
Packages that use ReasoningContentBlock.Builder
-
Uses of ReasoningContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlock.BuilderModifier and TypeMethodDescriptionReasoningContentBlock.builder()default ReasoningContentBlock.BuilderReasoningContentBlock.Builder.reasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText) The reasoning that the model used to return the output.ReasoningContentBlock.Builder.reasoningText(ReasoningTextBlock reasoningText) The reasoning that the model used to return the output.ReasoningContentBlock.Builder.redactedContent(SdkBytes redactedContent) The content in the reasoning that was encrypted by the model provider for safety reasons.ReasoningContentBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.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.bedrockruntime.model with type arguments of type ReasoningContentBlock.BuilderModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromReasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Create an instance of this class withContentBlock.reasoningContent()initialized to the given value.default ContentBlock.BuilderContentBlock.Builder.reasoningContent(Consumer<ReasoningContentBlock.Builder> reasoningContent) Contains content regarding the reasoning that is carried out by the model.