Sebelum Anda memulai

Sebelum dapat menggunakan Layanan Pelabelan Data AI Platform, Anda harus mengaktifkannya untuk project Anda.

  1. 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.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. Enable the Data Labeling API.

    Enable the API

  5. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  6. Make sure that billing is enabled for your Google Cloud project.

  7. Enable the Data Labeling API.

    Enable the API

  8. Instal Google Cloud CLI dan Google Cloud CLI.
  9. Ikuti petunjuk untuk membuat akun layanan dan mendownload file kunci untuk akun tersebut.
  10. 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
  11. Tetapkan variabel lingkungan PROJECT_ID ke Project ID Anda.
    export PROJECT_ID=YOUR_PROJECT_ID
    Panggilan Data Labeling API dan nama resource menyertakan Project ID Anda di dalamnya. Variabel lingkungan PROJECT_ID memberikan cara yang mudah untuk menentukan ID.
  12. Tambahkan akun pengguna dan akun layanan Anda ke peran IAM Data Labeling Editor.
    1. Ganti YOUR_USERID@YOUR_DOMAIN dengan akun pengguna Anda.
    2. 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"
  13. Buat bucket Google Cloud Storage untuk menyimpan data yang ingin Anda beri label dan petunjuk untuk pemberi label.