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 3ff608f commit 17b2180Copy full SHA for 17b2180
1 file changed
vertexai/snippets/src/main/java/vertexai/gemini/TextInput.java
@@ -16,7 +16,6 @@
16
17
package vertexai.gemini;
18
19
-// [START generativeaionvertexai_gemini_generate_from_text_input]
20
import com.google.cloud.vertexai.VertexAI;
21
import com.google.cloud.vertexai.api.GenerateContentResponse;
22
import com.google.cloud.vertexai.generativeai.GenerativeModel;
@@ -52,5 +51,4 @@ public static String textInput(
52
51
return output;
53
}
54
55
-}
56
-// [END generativeaionvertexai_gemini_generate_from_text_input]
+}
0 commit comments