客户端库为开发者提供调用 Vertex AI API 的优化体验。客户端库使用每种受支持的语言的自然惯例,并减少您必须编写的样板代码。以下指南介绍了如何安装库并设置身份验证以在本地开发环境中使用它们。
准备工作
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Vertex AI API.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Vertex AI API.
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
客户端库
Vertex AI 提供以下语言的客户端库。选择您要使用的语言。
C#
运行以下命令,将 Google.Cloud.AIPlatform.V1
软件包引用添加到项目文件:
dotnet add package Google.Cloud.AIPlatform.V1
试用代码示例
如需查看或获取单个代码示例,请前往 dotnet-aiplatform GitHub 代码库。
客户端库文档
如需了解详情,请参阅 Vertex AI .NET 客户端库文档。
Java
如果您使用的是 Maven,请将以下代码添加到您的依赖项中。
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.35.0</version>
</dependency>
如果您使用的是 Gradle,请将以下代码添加到您的依赖项中:
compile 'com.google.cloud:google-cloud-aiplatform:3.35.0'
如果您使用的是 sbt,请将以下代码添加到您的依赖项中:
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.35.0"
试用代码示例
如需查看或获取单个代码示例,请转到 java-aiplatform GitHub 代码库。
客户端库文档
如需了解详情,请参阅 Java 版 Vertex AI 客户端库文档。
Node.js
在安装库之前,请准备好您的 Node.js 开发环境。
在您的环境中运行以下命令来安装客户端库:
npm install @google-cloud/aiplatform
客户端库文档
如需了解详情,请参阅 Node.js 版 Vertex AI 客户端库文档。
Python
Vertex AI Python 客户端库会在您安装 Python 版 Vertex AI SDK 时安装。
如需了解详情,请参阅安装 Python 版 Vertex AI SDK。
Go
在安装库之前,请为 Go 开发准备好环境。
查看可用软件包
查看可用的 Vertex AI API Go 软件包,以确定哪些软件包最符合您的项目需求:
软件包 cloud.google.com/go/vertexai(推荐)
vertexai
是人工编写的软件包,可提供对常用功能和特性的访问权限。对于大多数使用 Vertex AI API 进行构建的开发者,建议将此软件包作为起点。如需访问此软件包尚未涵盖的功能和特性,请改用自动生成的
aiplatform
。软件包 cloud.google.com/go/aiplatform
aiplatform
是自动生成的软件包。此软件包适用于需要访问人工编写的
vertexai
软件包尚未提供的 Vertex AI API 功能和特性的项目。
安装
软件包 cloud.google.com/go/vertexai(推荐)
运行以下命令,在您的环境中安装此软件包:
go get cloud.google.com/go/vertexai
软件包 cloud.google.com/go/aiplatform
运行以下命令,在您的环境中安装此软件包:
go get cloud.google.com/go/aiplatform
示例
软件包 cloud.google.com/go/vertexai(推荐)
顶级
vertexai
目录的golang-samples
GitHub 代码库中提供了使用此软件包的示例:软件包 cloud.google.com/go/aiplatform
顶级
aiplatform
目录的golang-samples
GitHub 代码库中提供了使用此软件包的示例:
客户端库文档
如需详细了解该库,请参阅 Go 版 Vertex AI 客户端库文档:
软件包 cloud.google.com/go/vertexai(推荐)
- Vertex AI
cloud.google.com/go/vertexai
API 参考文档
- Vertex AI