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 2f1cee8 commit ef4dbf2Copy full SHA for ef4dbf2
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/PublicPreviewAPI.kt
@@ -20,7 +20,7 @@ package com.google.firebase.vertexai.type
20
@RequiresOptIn(
21
level = RequiresOptIn.Level.ERROR,
22
message =
23
- "This API is currently experimental and in public preview and may change in behavior in " +
+ "This API is part of an experimental public preview and may change in " +
24
"backwards-incompatible ways without notice.",
25
)
26
public annotation class PublicPreviewAPI()
0 commit comments