Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ImageBlockStart
-
Packages that use ImageBlockStart Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ImageBlockStart in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ImageBlockStart Modifier and Type Method Description ImageBlockStartContentBlockStart. image()The initial event indicating the start of a streaming image block.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ImageBlockStart Modifier and Type Method Description static ContentBlockStartContentBlockStart. fromImage(ImageBlockStart image)Create an instance of this class withContentBlockStart.image()initialized to the given value.ContentBlockStart.BuilderContentBlockStart.Builder. image(ImageBlockStart image)The initial event indicating the start of a streaming image block.
-