Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ReasoningTextBlock.Builder
Packages that use ReasoningTextBlock.Builder
-
Uses of ReasoningTextBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningTextBlock.BuilderModifier and TypeMethodDescriptionstatic ReasoningTextBlock.BuilderReasoningTextBlock.builder()A token that verifies that the reasoning text was generated by the model.The reasoning that the model used to return the output.ReasoningTextBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ReasoningTextBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReasoningTextBlock.Builder>ReasoningTextBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ReasoningTextBlock.BuilderModifier and TypeMethodDescriptionstatic ReasoningContentBlockReasoningContentBlock.fromReasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText) Create an instance of this class withReasoningContentBlock.reasoningText()initialized to the given value.default ReasoningContentBlock.BuilderReasoningContentBlock.Builder.reasoningText(Consumer<ReasoningTextBlock.Builder> reasoningText) The reasoning that the model used to return the output.