Skip to content

Commit 91ea30e

Browse files
davidmotsonDavid Motsonashvili
and
David Motsonashvili
authored
Fix documentation for ImagenGenerationResponse (#6728)
Co-authored-by: David Motsonashvili <[email protected]>
1 parent c3308a3 commit 91ea30e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenGenerationResponse.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
package com.google.firebase.vertexai.type
1818

19+
import com.google.firebase.vertexai.ImagenModel
1920
import kotlinx.serialization.Serializable
2021

2122
/**
22-
* Represents a response from a call to [ImagenModel#generateImages]
23+
* Represents a response from a call to [ImagenModel.generateImages]
2324
*
2425
* @param images contains the generated images
2526
* @param filteredReason if fewer images were generated than were requested, this field will contain

0 commit comments

Comments
 (0)