Stay organized with collections
Save and categorize content based on your preferences.
Resource: FeatureView
Information about a FeatureView map.
JSON representation
{"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.}
Fields
name
string
The resource name representing the map, of the form "projects/*/featureViews/**" (e.g. "projects/earthengine-legacy/featureViews/").
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[[["A FeatureView is a map resource defined by a name, visualization expression, and a source (an Earth Engine asset)."],["It uses a visualization expression based on the google.earthengine.datamaps.v1.MapOptions proto to apply visualization options to tiles during serving."],["FeatureViews can be created using the `create` method and are identified by a resource name in the format \"projects/\\*/featureViews/\\*\\*\"."]]],[]]