Skip to content

Commit bc8b234

Browse files
jaycee-lilqiu96
authored andcommitted
docs: [vertexai] Add deprecation note in README and pom (#11638)
1 parent 9e74057 commit bc8b234

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

java-vertexai/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Google Vertex AI SDK for Java
22

3+
> **Note:** The `com.google.cloud.vertexai.generativeai` package and its classes
4+
> are **deprecated as of June 24, 2025 and will be removed on June 24, 2026.**
5+
> Please use the
6+
> [Google Gen AI SDK](https://central.sonatype.com/artifact/com.google.genai/google-genai)
7+
> to access GenAI features. See
8+
> [the migration guide](https://cloud.google.com/vertex-ai/generative-ai/docs/deprecations/genai-vertexai-sdk#java)
9+
> for details.
10+
311
Java idiomatic SDK for [Vertex AI][product-docs].
412

513
[![Maven][maven-version-image]][maven-version-link]

java-vertexai/google-cloud-vertexai/pom.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,22 @@
66
<version>1.26.0</version><!-- {x-version-update:google-cloud-vertexai:current} -->
77
<packaging>jar</packaging>
88
<name>Google VertexAI API</name>
9-
<description>VertexAI API Vertex AI is an integrated suite of machine learning tools and services
9+
<description>Vertex AI is an integrated suite of machine learning tools and services
1010
for building and using ML models with AutoML or custom code. It offers both novices and experts
11-
the best workbench for the entire machine learning development lifecycle.</description>
11+
the best workbench for the entire machine learning development lifecycle.
12+
13+
--------------------------------------------------------------------------------------
14+
DEPRECATION NOTICE:
15+
The 'com.google.cloud.vertexai.generativeai' package and its classes are deprecated as of
16+
June 24, 2025 and will be removed on June 24, 2026.
17+
18+
Please transition to the Google Gen AI SDK (com.google.genai:google-genai)
19+
for GenAI functionality.
20+
21+
A detailed migration guide is available at:
22+
https://cloud.google.com/vertex-ai/generative-ai/docs/deprecations/genai-vertexai-sdk#java
23+
--------------------------------------------------------------------------------------
24+
</description>
1225
<parent>
1326
<groupId>com.google.cloud</groupId>
1427
<artifactId>google-cloud-vertexai-parent</artifactId>

0 commit comments

Comments
 (0)