Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlockDelta
Packages that use ReasoningContentBlockDelta
-
Uses of ReasoningContentBlockDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlockDeltaModifier and TypeMethodDescriptionstatic ReasoningContentBlockDeltaReasoningContentBlockDelta.fromRedactedContent(SdkBytes redactedContent) Create an instance of this class withredactedContent()initialized to the given value.static ReasoningContentBlockDeltaReasoningContentBlockDelta.fromSignature(String signature) Create an instance of this class withsignature()initialized to the given value.static ReasoningContentBlockDeltaCreate an instance of this class withtext()initialized to the given value.ContentBlockDelta.reasoningContent()Contains content regarding the reasoning that is carried out by the model.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ReasoningContentBlockDeltaModifier and TypeMethodDescriptionstatic ContentBlockDeltaContentBlockDelta.fromReasoningContent(ReasoningContentBlockDelta reasoningContent) Create an instance of this class withContentBlockDelta.reasoningContent()initialized to the given value.ContentBlockDelta.Builder.reasoningContent(ReasoningContentBlockDelta reasoningContent) Contains content regarding the reasoning that is carried out by the model.