Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ReasoningContentBlockDelta
-
Packages that use ReasoningContentBlockDelta Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ReasoningContentBlockDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ReasoningContentBlockDelta Modifier and Type Method Description static 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 ReasoningContentBlockDeltaReasoningContentBlockDelta. fromText(String text)Create an instance of this class withtext()initialized to the given value.ReasoningContentBlockDeltaContentBlockDelta. 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 ReasoningContentBlockDelta Modifier and Type Method Description static ContentBlockDeltaContentBlockDelta. fromReasoningContent(ReasoningContentBlockDelta reasoningContent)Create an instance of this class withContentBlockDelta.reasoningContent()initialized to the given value.ContentBlockDelta.BuilderContentBlockDelta.Builder. reasoningContent(ReasoningContentBlockDelta reasoningContent)Contains content regarding the reasoning that is carried out by the model.
-