Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ImageSource
Packages that use ImageSource
-
Uses of ImageSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ImageSourceModifier and TypeMethodDescriptionstatic ImageSourceCreate an instance of this class withbytes()initialized to the given value.static ImageSourceImageSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withs3Location()initialized to the given value.static ImageSourceImageSource.fromS3Location(S3Location s3Location) Create an instance of this class withs3Location()initialized to the given value.final ImageSourceImageBlock.source()The source for the image.final ImageSourceImageBlockDelta.source()The incremental image source data for this delta event.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ImageSourceModifier and TypeMethodDescriptionImageBlock.Builder.source(ImageSource source) The source for the image.ImageBlockDelta.Builder.source(ImageSource source) The incremental image source data for this delta event.