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 प्रोटो पर आधारित है.

यूनियन फ़ील्ड source. इस मैप के डेटा का सोर्स. source इनमें से कोई एक हो सकता है:
asset

string

Earth Engine ऐसेट का नाम, जिसके लिए FeatureView बनाना है.

तरीके

create

FeatureView बनाएं.