Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlockDelta.Builder
-
Packages that use ReasoningContentBlockDelta.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ReasoningContentBlockDelta.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlockDelta.Builder Modifier and Type Method Description static ReasoningContentBlockDelta.BuilderReasoningContentBlockDelta. builder()ReasoningContentBlockDelta.BuilderReasoningContentBlockDelta.Builder. redactedContent(SdkBytes redactedContent)The content in the reasoning that was encrypted by the model provider for safety reasons.ReasoningContentBlockDelta.BuilderReasoningContentBlockDelta.Builder. signature(String signature)A token that verifies that the reasoning text was generated by the model.ReasoningContentBlockDelta.BuilderReasoningContentBlockDelta.Builder. text(String text)The reasoning that the model used to return the output.ReasoningContentBlockDelta.BuilderReasoningContentBlockDelta. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ReasoningContentBlockDelta.Builder Modifier and Type Method Description static Class<? extends ReasoningContentBlockDelta.Builder>ReasoningContentBlockDelta. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ReasoningContentBlockDelta.Builder Modifier and Type Method Description static ContentBlockDeltaContentBlockDelta. fromReasoningContent(Consumer<ReasoningContentBlockDelta.Builder> reasoningContent)Create an instance of this class withContentBlockDelta.reasoningContent()initialized to the given value.default ContentBlockDelta.BuilderContentBlockDelta.Builder. reasoningContent(Consumer<ReasoningContentBlockDelta.Builder> reasoningContent)Contains content regarding the reasoning that is carried out by the model.
-