Skip to content

Commit 21d7082

Browse files
author
David Motsonashvili
committed
update description of gcsURI
1 parent 7859a7f commit 21d7082

File tree

1 file changed

+2
-1
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai

1 file changed

+2
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/ImagenModel.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ internal constructor(
8989
* Generates an image, storing the result in Google Cloud Storage and returning a URL
9090
*
9191
* @param prompt The input(s) given to the model as a prompt.
92-
* @param gcsUri Specifies the Google Cloud Storage bucket in which to store the image.
92+
* @param gcsUri Specifies where in Google Cloud Storage to store the image (for example, a
93+
* specific bucket or folder).
9394
*/
9495
public suspend fun generateImages(
9596
prompt: String,

0 commit comments

Comments
 (0)