load_image_from_gcs# langchain_community.utilities.vertexai.load_image_from_gcs(path: str, project: str | None = None) → Image[source]# Load an image from Google Cloud Storage. Parameters: path (str) – project (str | None) – Return type: Image