Skip to content

Commit 8cc7c69

Browse files
authored
docs: [vertexai] Add deprecation note in README and pom (#11638)
1 parent 482abcd commit 8cc7c69

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

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)