Skip to content

Commit 099996b

Browse files
author
David Motsonashvili
committed
Fix documentation for ImagenGenerationResponse
1 parent c3308a3 commit 099996b

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
@@ -17,9 +17,10 @@
1717
package com.google.firebase.vertexai.type
1818

1919
import kotlinx.serialization.Serializable
20+
import com.google.firebase.vertexai.ImagenModel
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)