Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ReasoningTextBlock.Builder
-
Packages that use ReasoningTextBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ReasoningTextBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningTextBlock.Builder Modifier and Type Method Description static ReasoningTextBlock.BuilderReasoningTextBlock. builder()ReasoningTextBlock.BuilderReasoningTextBlock.Builder. signature(String signature)A token that verifies that the reasoning text was generated by the model.ReasoningTextBlock.BuilderReasoningTextBlock.Builder. text(String text)The reasoning that the model used to return the output.ReasoningTextBlock.BuilderReasoningTextBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ReasoningTextBlock.Builder Modifier and Type Method Description static Class<? extends ReasoningTextBlock.Builder>ReasoningTextBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ReasoningTextBlock.Builder Modifier and Type Method Description static 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.
-