Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions java-vertexai/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Google Vertex AI SDK for Java

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

Java idiomatic SDK for [Vertex AI][product-docs].

[![Maven][maven-version-image]][maven-version-link]
Expand Down
17 changes: 15 additions & 2 deletions java-vertexai/google-cloud-vertexai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,22 @@
<version>1.26.0</version><!-- {x-version-update:google-cloud-vertexai:current} -->
<packaging>jar</packaging>
<name>Google VertexAI API</name>
<description>VertexAI API Vertex AI is an integrated suite of machine learning tools and services
<description>Vertex AI is an integrated suite of machine learning tools and services
for building and using ML models with AutoML or custom code. It offers both novices and experts
the best workbench for the entire machine learning development lifecycle.</description>
the best workbench for the entire machine learning development lifecycle.

--------------------------------------------------------------------------------------
DEPRECATION NOTICE:
The 'com.google.cloud.vertexai.generativeai' package and its classes are deprecated as of
June 24, 2025 and will be removed on June 24, 2026.

Please transition to the Google Gen AI SDK (com.google.genai:google-genai)
for GenAI functionality.

A detailed migration guide is available at:
https://cloud.google.com/vertex-ai/generative-ai/docs/deprecations/genai-vertexai-sdk#java
--------------------------------------------------------------------------------------
</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vertexai-parent</artifactId>
Expand Down
Loading