Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessReasoningContentBlockDelta
Packages that use HarnessReasoningContentBlockDelta
-
Uses of HarnessReasoningContentBlockDelta in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessReasoningContentBlockDeltaModifier and TypeMethodDescriptionHarnessReasoningContentBlockDelta.fromRedactedContent(SdkBytes redactedContent) Create an instance of this class withredactedContent()initialized to the given value.HarnessReasoningContentBlockDelta.fromSignature(String signature) Create an instance of this class withsignature()initialized to the given value.Create an instance of this class withtext()initialized to the given value.HarnessContentBlockDelta.reasoningContent()A reasoning content delta.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessReasoningContentBlockDeltaModifier and TypeMethodDescriptionstatic HarnessContentBlockDeltaHarnessContentBlockDelta.fromReasoningContent(HarnessReasoningContentBlockDelta reasoningContent) Create an instance of this class withHarnessContentBlockDelta.reasoningContent()initialized to the given value.HarnessContentBlockDelta.Builder.reasoningContent(HarnessReasoningContentBlockDelta reasoningContent) A reasoning content delta.