Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlock.Builder
-
Packages that use ReasoningContentBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ReasoningContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlock.Builder Modifier and Type Method Description static ReasoningContentBlock.BuilderReasoningContentBlock. builder()default ReasoningContentBlock.BuilderReasoningContentBlock.Builder. reasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText)The reasoning that the model used to return the output.ReasoningContentBlock.BuilderReasoningContentBlock.Builder. reasoningText(ReasoningTextBlock reasoningText)The reasoning that the model used to return the output.ReasoningContentBlock.BuilderReasoningContentBlock.Builder. redactedContent(SdkBytes redactedContent)The content in the reasoning that was encrypted by the model provider for safety reasons.ReasoningContentBlock.BuilderReasoningContentBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.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.bedrockruntime.model with type arguments of type ReasoningContentBlock.Builder Modifier and Type Method Description static 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.
-