We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7859a7f commit 21d7082Copy full SHA for 21d7082
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/ImagenModel.kt
@@ -89,7 +89,8 @@ internal constructor(
89
* Generates an image, storing the result in Google Cloud Storage and returning a URL
90
*
91
* @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.
+ * @param gcsUri Specifies where in Google Cloud Storage to store the image (for example, a
93
+ * specific bucket or folder).
94
*/
95
public suspend fun generateImages(
96
prompt: String,
0 commit comments