Announcement: All noncommercial projects registered to use Earth Engine beforeApril 15, 2025mustverify noncommercial eligibilityto maintain access. If you have not verified by September 26, 2025, your access may be on hold.
ExpressionStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
This content defines an arbitrary expression of an arbitrary type, where the response type is determined by its usage context.
The JSON representation includesvalues, a map of intermediate computation values, andresult, indicating the final computed value among thevalues.
Thevaluesfield in the JSON representation is a map of key-value pairs, where keys are strings and values areValueNodeobjects forming an acyclic directed graph.
Theresultfield in the JSON representation is a string that identifies the final result of the computation from the specifiedvalues.
Specifies an arbitrary expression, of an arbitrary type. The context in which it is used determines the type of the response.
[[["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-06-05 UTC."],[],["The core content describes a structure for representing arbitrary expressions and their computations. It uses a JSON format with two main components: `values` and `result`. `values` is a map of intermediate computations, where each key-value pair represents a step, and the graph formed by these computations must be acyclic. `result` specifies the `string` key within `values` that represents the final outcome of the computation. The type of the response is determined by the context.\n"]]