You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/AutomaticFunctionCallingResponder.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,14 @@
32
32
importjava.util.Map;
33
33
importjava.util.logging.Logger;
34
34
35
-
/** A responder that automatically calls functions when requested by the GenAI model. */
35
+
/**
36
+
* A responder that automatically calls functions when requested by the GenAI model.
37
+
*
38
+
* @deprecated This class and its package are deprecated. See the <a
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/ContentMaker.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,14 @@
22
22
importcom.google.cloud.vertexai.api.Part;
23
23
importcom.google.common.base.Strings;
24
24
25
-
/** Helper class to create content. */
25
+
/**
26
+
* Helper class to create content.
27
+
*
28
+
* @deprecated This class and its package are deprecated. See the <a
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/FunctionDeclarationMaker.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,14 @@
29
29
importjava.lang.reflect.Modifier;
30
30
importjava.lang.reflect.Parameter;
31
31
32
-
/** Helper class to create {@link com.google.cloud.vertexai.api.FunctionDeclaration} */
32
+
/**
33
+
* Helper class to create {@link com.google.cloud.vertexai.api.FunctionDeclaration}
34
+
*
35
+
* @deprecated This class and its package are deprecated. See the <a
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/GenerativeModel.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,12 @@
45
45
*
46
46
* <p>Note: The instances of {@link ChatSession} returned by {@link GenerativeModel#startChat()} are
47
47
* NOT thread-safe.
48
+
*
49
+
* @deprecated This class and its package are deprecated. See the <a
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/ResponseHandler.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,14 @@
30
30
importjava.util.List;
31
31
importjava.util.Map;
32
32
33
-
/** Helper class to post-process GenerateContentResponse. */
33
+
/**
34
+
* Helper class to post-process GenerateContentResponse.
35
+
*
36
+
* @deprecated This class and its package are deprecated. See the <a
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/ResponseStream.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,14 @@
21
21
importjava.util.stream.Stream;
22
22
importjava.util.stream.StreamSupport;
23
23
24
-
/** An iterable of GenerateContentResponse. */
24
+
/**
25
+
* An iterable of GenerateContentResponse.
26
+
*
27
+
* @deprecated This class and its package are deprecated. See the <a
Copy file name to clipboardExpand all lines: java-vertexai/google-cloud-vertexai/src/main/java/com/google/cloud/vertexai/generativeai/ResponseStreamIteratorWithHistory.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,14 @@
21
21
importjava.util.Iterator;
22
22
importjava.util.List;
23
23
24
-
/** Iterator of the ResponseStream that holds the response chunks. */
24
+
/**
25
+
* Iterator of the ResponseStream that holds the response chunks.
26
+
*
27
+
* @deprecated This class and its package are deprecated. See the <a
0 commit comments