Sebelum dapat menggunakan Layanan Pelabelan Data AI Platform, Anda harus mengaktifkannya untuk project Anda.
- 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.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Data Labeling API.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Data Labeling API.
- Instal Google Cloud CLI dan Google Cloud CLI.
- Ikuti petunjuk untuk membuat akun layanan dan mendownload file kunci untuk akun tersebut.
- Tetapkan
GOOGLE_APPLICATION_CREDENTIALS
variabel lingkungan ke jalur file kunci akun layanan yang Anda download saat membuat akun layanan.export GOOGLE_APPLICATION_CREDENTIALS=KEY_FILE
- Tetapkan variabel lingkungan
PROJECT_ID
ke Project ID Anda. Panggilan Data Labeling API dan nama resource menyertakan Project ID Anda di dalamnya. Variabel lingkunganexport PROJECT_ID=YOUR_PROJECT_ID
PROJECT_ID
memberikan cara yang mudah untuk menentukan ID. - Tambahkan akun pengguna dan akun layanan Anda ke peran IAM Data Labeling Editor.
- Ganti YOUR_USERID@YOUR_DOMAIN dengan akun pengguna Anda.
- Ganti SERVICE_ACCOUNT_NAME dengan nama akun layanan yang baru, misalnya
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" - Buat bucket Google Cloud Storage untuk menyimpan data yang ingin Anda beri label dan petunjuk untuk pemberi label.