此旧版 AI Platform Data Labeling
已弃用 ,2024 年 1 月 23 日之后将不再在 Google Cloud 上提供。旧版 AI Platform Data Labeling 的所有功能以及新功能均在 Vertex AI 平台上提供。请参阅
迁移到 Vertex AI ,了解如何迁移资源。
发送反馈
准备工作
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
您必须先为您的项目启用 AI Platform 数据标签服务,然后才能使用该服务。
登录您的 Google Cloud 账号。如果您是 Google Cloud 新手,请创建一个账号 来评估我们的产品在实际场景中的表现。新客户还可获享 $300 赠金,用于运行、测试和部署工作负载。
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
确保您的 Google Cloud 项目已启用结算功能 。
Enable the Data Labeling API.
Enable the API
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
确保您的 Google Cloud 项目已启用结算功能 。
Enable the Data Labeling API.
Enable the API
安装 Google Cloud CLI 和 Google Cloud CLI 。
按照说明创建服务账号并为该账号下载密钥文件 。
将 GOOGLE_APPLICATION_CREDENTIALS
环境变量设置为您在创建服务账号时所下载的服务账号密钥文件的路径。
export GOOGLE_APPLICATION_CREDENTIALS=KEY_FILE
将 PROJECT_ID
环境变量设置为项目 ID 。
export PROJECT_ID = YOUR_PROJECT_ID
Data Labeling API 调用和资源名称中包含您的项目 ID。PROJECT_ID
环境变量提供了一种指定此 ID 的便捷方式。
将您的用户账号和服务账号添加到 Data Labeling Editor IAM 角色中。
将 YOUR_USERID@YOUR_DOMAIN 替换为您的用户账号。
将 SERVICE_ACCOUNT_NAME 替换为新服务账号的名称,例如 service-account1@myproject.iam.gserviceaccount.com
。
gcloud auth login
gcloud projects add-iam-policy-binding $PROJECT_ID
--member="user:YOUR_USERID@YOUR_DOMAIN "
--role="roles/datalabeling.editor"
gcloud projects add-iam-policy-binding $PROJECT_ID
--member="serviceAccount:SERVICE_ACCOUNT_EMAIL "
--role="roles/datalabeling.editor"
创建一个 Google Cloud Storage 存储分区 ,以存储您想要添加标签的数据和提供给标签添加者的说明。
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-14。
需要向我们提供更多信息?
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-10-14。"],[],[]]