Class Image (1.122.0) Stay organized with collections Save and categorize content based on your preferences.
Image(image_bytes:typing.Optional[bytes]=None,gcs_uri:typing.Optional[str]=None)Image.
Methods
Image
Image(image_bytes:typing.Optional[bytes]=None,gcs_uri:typing.Optional[str]=None)Creates anImage object.
| Parameters | |
|---|---|
| Name | Description |
image_bytes | typing.Optional[bytes]Image file bytes. Image can be in PNG or JPEG format. |
gcs_uri | typing.Optional[str]Image URI in Google Cloud Storage. |
load_from_file
load_from_file(location:str)->vertexai.vision_models.ImageLoads image from local file or Google Cloud Storage.
save
save(location:str)Saves image to a file.
show
show()Shows the image.
This method only works when in a notebook environment.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.