Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlockDelta.Builder
Packages that use ReasoningContentBlockDelta.Builder
-
Uses of ReasoningContentBlockDelta.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlockDelta.BuilderModifier and TypeMethodDescriptionReasoningContentBlockDelta.builder()ReasoningContentBlockDelta.Builder.redactedContent(SdkBytes redactedContent) The content in the reasoning that was encrypted by the model provider for safety reasons.A token that verifies that the reasoning text was generated by the model.The reasoning that the model used to return the output.ReasoningContentBlockDelta.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ReasoningContentBlockDelta.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReasoningContentBlockDelta.Builder>ReasoningContentBlockDelta.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ReasoningContentBlockDelta.BuilderModifier and TypeMethodDescriptionstatic 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.