Method: projects.featureView.create

建立 FeatureView。

HTTP 要求

POST https://earthengine.googleapis.com/v1alpha/{parent=projects/*}/featureView

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

必要欄位。地圖集合的父項 (例如「projects/*」)。

查詢參數

參數
workloadTag

string

使用者提供的用於追蹤這項運算的代碼。

要求主體

要求主體包含 FeatureView 的例項。

回應主體

如果成功,回應主體會包含新建立的 FeatureView 例項。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/earthengine
  • https://www.googleapis.com/auth/earthengine.readonly
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-platform.read-only

詳情請參閱 OAuth 2.0 Overview