Google Cloud ML/Machine Learning Python Vertex AI Vertex AI Endpoints の ID と Display Name を取得する¶ Display Nameを取得する1 2 3 4gcloud ai endpoints list \ --project=foo-bar \ --region=asia-northeast1 \ --format=“value(displayName)” --format=value(name)にするとエンドポイントの ID が取得できる