Halaman ini menunjukkan cara membuat project Google Cloud, mengaktifkan AI AML, membuat kredensial autentikasi, dan memberikan satu atau beberapa peran IAM ke akun 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.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
Buat atau pilih project Google Cloud.
-
Membuat project Google Cloud:
gcloud projects create PROJECT_ID
Ganti
PROJECT_ID
dengan nama untuk project Google Cloud yang Anda buat. -
Pilih project Google Cloud yang Anda buat:
gcloud config set project PROJECT_ID
Ganti
PROJECT_ID
dengan nama project Google Cloud Anda.
-
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan API yang diperlukan:
gcloud services enable financialservices.googleapis.com
bigquery.googleapis.com cloudkms.googleapis.com -
Buat kredensial autentikasi lokal untuk Akun Google Anda:
gcloud auth application-default login
-
Grant roles to your user account. Run the following command once for each of the following IAM roles:
roles/financialservices.admin, roles/cloudkms.admin, roles/bigquery.admin
gcloud projects add-iam-policy-binding PROJECT_ID --member="user:USER_IDENTIFIER" --role=ROLE
- Replace
PROJECT_ID
with your project ID. -
Replace
USER_IDENTIFIER
with the identifier for your user account. For example,user:myemail@example.com
. - Replace
ROLE
with each individual role.
- Replace
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
Buat atau pilih project Google Cloud.
-
Membuat project Google Cloud:
gcloud projects create PROJECT_ID
Ganti
PROJECT_ID
dengan nama untuk project Google Cloud yang Anda buat. -
Pilih project Google Cloud yang Anda buat:
gcloud config set project PROJECT_ID
Ganti
PROJECT_ID
dengan nama project Google Cloud Anda.
-
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan API yang diperlukan:
gcloud services enable financialservices.googleapis.com
bigquery.googleapis.com cloudkms.googleapis.com -
Buat kredensial autentikasi lokal untuk Akun Google Anda:
gcloud auth application-default login
-
Grant roles to your user account. Run the following command once for each of the following IAM roles:
roles/financialservices.admin, roles/cloudkms.admin, roles/bigquery.admin
gcloud projects add-iam-policy-binding PROJECT_ID --member="user:USER_IDENTIFIER" --role=ROLE
- Replace
PROJECT_ID
with your project ID. -
Replace
USER_IDENTIFIER
with the identifier for your user account. For example,user:myemail@example.com
. - Replace
ROLE
with each individual role.
- Replace
Izin yang diperlukan
Izin berikut diperlukan untuk menyelesaikan panduan memulai dan diperlukan untuk melakukan banyak operasi penting di AML AI.
Izin | Deskripsi |
---|---|
resourcemanager.projects.get | Mendapatkan project Google Cloud |
resourcemanager.projects.list | Mencantumkan project Google Cloud |
cloudkms.keyRings.create | Membuat key ring Cloud KMS |
cloudkms.cryptoKeys.create | Membuat kunci Cloud KMS |
financialservices.v1instances.create | Membuat instance AML AI |
financialservices.operations.get | Mendapatkan operasi AML AI |
cloudkms.cryptoKeys.getIamPolicy | Mendapatkan kebijakan IAM pada kunci Cloud KMS |
cloudkms.cryptoKeys.setIamPolicy | Menetapkan kebijakan IAM pada kunci Cloud KMS |
bigquery.datasets.create | Membuat set data BigQuery |
bigquery.datasets.get | Mendapatkan set data BigQuery |
bigquery.transfers.get | Mendapatkan transfer BigQuery Data Transfer Service |
bigquery.transfers.update | Membuat atau menghapus transfer BigQuery Data Transfer Service |
bigquery.datasets.setIamPolicy | Menetapkan kebijakan IAM pada set data BigQuery |
bigquery.datasets.update | Memperbarui set data BigQuery |
financialservices.v1datasets.create | Membuat set data AML AI |
financialservices.v1engineconfigs.create | Membuat konfigurasi mesin AML AI |
financialservices.v1models.create | Membuat model AML AI |
financialservices.v1backtests.create | Membuat hasil backtest AML AI |
financialservices.v1backtests.exportMetadata | Mengekspor metadata dari hasil uji balik AI AML |
financialservices.v1instances.importRegisteredParties | Mengimpor pihak terdaftar ke instance AML AI |
financialservices.v1predictions.create | Membuat hasil prediksi AML AI |
bigquery.jobs.create | Membuat tugas BigQuery |
bigquery.tables.getData | Mendapatkan data dari tabel BigQuery |
financialservices.v1predictions.delete | Menghapus hasil prediksi AI AML |
financialservices.v1backtests.delete | Menghapus hasil uji balik AML AI |
financialservices.v1models.delete | Menghapus model AML AI |
financialservices.v1engineconfigs.delete | Menghapus konfigurasi mesin AML AI |
financialservices.v1datasets.delete | Menghapus set data AML AI |
financialservices.v1instances.delete | Menghapus instance AML AI |
bigquery.datasets.delete | Menghapus set data BigQuery |