Class GeneratedImage (1.33.1)

GeneratedImage(
    image_bytes: bytes, generation_parameters: typing.Dict[str, typing.Any]
)

Generated image.

Properties

generation_parameters

Image generation parameters as a dictionary.

Methods

GeneratedImage

GeneratedImage(
    image_bytes: bytes, generation_parameters: typing.Dict[str, typing.Any]
)

Creates a GeneratedImage object.

load_from_file

load_from_file(location: str) -> vertexai.preview.vision_models.GeneratedImage

Loads image from file.

save

save(location: str, include_generation_parameters: bool = True)

Saves image to a file.

show

show()

Shows the image.

This method only works when in a notebook environment.