Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ContentBlockDelta.Builder
Packages that use ContentBlockDelta.Builder
-
Uses of ContentBlockDelta.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlockDelta.BuilderModifier and TypeMethodDescriptionstatic ContentBlockDelta.BuilderContentBlockDelta.builder()default ContentBlockDelta.BuilderContentBlockDelta.Builder.citation(Consumer<CitationsDelta.Builder> citation) Incremental citation information that is streamed as part of the response generation process.ContentBlockDelta.Builder.citation(CitationsDelta citation) Incremental citation information that is streamed as part of the response generation process.ContentBlockDeltaEvent.BuilderImpl.getDelta()default ContentBlockDelta.BuilderContentBlockDelta.Builder.image(Consumer<ImageBlockDelta.Builder> image) A streaming delta event containing incremental image data.ContentBlockDelta.Builder.image(ImageBlockDelta image) A streaming delta event containing incremental image data.default ContentBlockDelta.BuilderContentBlockDelta.Builder.reasoningContent(Consumer<ReasoningContentBlockDelta.Builder> reasoningContent) Contains content regarding the reasoning that is carried out by the model.ContentBlockDelta.Builder.reasoningContent(ReasoningContentBlockDelta reasoningContent) Contains content regarding the reasoning that is carried out by the model.The content text.ContentBlockDelta.toBuilder()ContentBlockDelta.Builder.toolResult(Collection<ToolResultBlockDelta> toolResult) An incremental update that contains the results from a tool call.ContentBlockDelta.Builder.toolResult(Consumer<ToolResultBlockDelta.Builder>... toolResult) An incremental update that contains the results from a tool call.ContentBlockDelta.Builder.toolResult(ToolResultBlockDelta... toolResult) An incremental update that contains the results from a tool call.default ContentBlockDelta.BuilderContentBlockDelta.Builder.toolUse(Consumer<ToolUseBlockDelta.Builder> toolUse) Information about a tool that the model is requesting to use.ContentBlockDelta.Builder.toolUse(ToolUseBlockDelta toolUse) Information about a tool that the model is requesting to use.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ContentBlockDelta.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContentBlockDelta.Builder>ContentBlockDelta.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ContentBlockDelta.BuilderModifier and TypeMethodDescriptiondefault ContentBlockDeltaEvent.BuilderContentBlockDeltaEvent.Builder.delta(Consumer<ContentBlockDelta.Builder> delta) The delta for a content block delta event.