此旧版 AI Platform Data Labeling
已弃用 ,2024 年 1 月 23 日之后将不再在 Google Cloud 上提供。旧版 AI Platform Data Labeling 的所有功能以及新功能均在 Vertex AI 平台上提供。请参阅
迁移到 Vertex AI ,了解如何迁移资源。
发送反馈
客户端库
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Python 客户端库和 Java 客户端库可用于 AI Platform 数据标签服务。
下载客户端库
使用客户端库
Python
如需在代码中包含 Python 客户端库,请添加以下 import 语句。
from google.cloud import datalabeling_v1beta1 as datalabeling
Java
如需在代码中包含 Java 客户端库,请将以下代码添加到 pom.xml
文件中。
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling</artifactId>
<version>0.80.1-alpha-SNAPSHOT</version>
</dependency>
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-18。
需要向我们提供更多信息?
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-18。"],[],[]]