REST Resource: projects.featureViews

संसाधन: FeatureView

FeatureView मैप के बारे में जानकारी.

JSON के काेड में दिखाना
{
  "name": string,
  "visualizationExpression": {
    object (Expression)
  },

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "asset": string
  // End of mutually exclusive fields.
}
फ़ील्ड
name

string

मैप को दिखाने वाले संसाधन का नाम, "projects/*/featureViews/**" फ़ॉर्मैट में होता है. उदाहरण के लिए, "projects/earthengine-legacy/featureViews/").

visualizationExpression

object (Expression)

यह FeatureView विज़ुअलाइज़ेशन के विकल्पों का एक सेट है. इसे विज्ञापन दिखाने के समय टाइलों पर लागू किया जाता है. यह google.earthengine.datamaps.v1.MapOptions प्रोटो के आधार पर बनाया गया है.

इस मैप के डेटा का सोर्स. यहां ऐसे फ़ील्ड की सूची दी गई है जिनमें से सिर्फ़ एक को चुना जा सकता है. जवाब में, ज़्यादा से ज़्यादा एक फ़ील्ड सेट किया जाएगा:
asset

string

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

एक-दूसरे से अलग फ़ील्ड के आखिर में.

तरीके

create

FeatureView बनाएं.