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 c3308a3 commit 91ea30eCopy full SHA for 91ea30e
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenGenerationResponse.kt
@@ -16,10 +16,11 @@
16
17
package com.google.firebase.vertexai.type
18
19
+import com.google.firebase.vertexai.ImagenModel
20
import kotlinx.serialization.Serializable
21
22
/**
- * Represents a response from a call to [ImagenModel#generateImages]
23
+ * Represents a response from a call to [ImagenModel.generateImages]
24
*
25
* @param images contains the generated images
26
* @param filteredReason if fewer images were generated than were requested, this field will contain
0 commit comments