Skip to content

Commit 251c128

Browse files
VinayGuthaldaymxn
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/java/LiveModelFutures.kt
Co-authored-by: Daymon <[email protected]>
1 parent 24e04a2 commit 251c128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/java/LiveModelFutures.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public abstract class LiveModelFutures internal constructor() {
4848

4949
public companion object {
5050

51-
/** @return a [GenerativeModelFutures] created around the provided [GenerativeModel] */
51+
/** @return a [LiveModelFutures] created around the provided [LiveGenerativeModel] */
5252
@JvmStatic public fun from(model: LiveGenerativeModel): LiveModelFutures = FuturesImpl(model)
5353
}
5454
}

0 commit comments

Comments
 (0)