REST Resource: projects.featureView

リソース: FeatureView

FeatureView マップに関する情報。

JSON 表現
{
  "name": string,
  "visualizationExpression": {
    object (Expression)
  },

  // Union field source can be only one of the following:
  "asset": string
  // End of list of possible types for union field source.
}
フィールド
name

string

地図を表すリソース名。形式は「projects/*/featureViews/**」です(例:「projects/earthengine-legacy/featureViews/」)。

visualizationExpression

object (Expression)

サービング時にタイルに適用する FeatureView ビジュアリゼーション オプションのセット。google.earthengine.datamaps.v1.MapOptions proto に基づいています。

共用体フィールド source。この地図のデータのソース。source は次のいずれかになります。
asset

string

FeatureView を作成する Earth Engine アセット名。

メソッド

create

FeatureView を作成する。