Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The content defines an arbitrary expression of an arbitrary type.
The type of the response is determined by the context in which the expression is used.
The JSON representation includes "values", which are intermediate computation values forming an acyclic directed graph, and "result", which identifies the final computation result among the "values".
Specifies an arbitrary expression, of an arbitrary type. The context in which it is used determines the type of the response.
[null,null,["Last updated 2024-06-05 UTC."],[],["The content describes a structure for representing computations with intermediate values. It uses a `values` map, where keys (strings) correspond to `ValueNode` objects representing intermediate computation steps. The directed graph formed by these values must be acyclic. The `result` field (a string) designates the final `ValueNode` within the `values` map. The JSON representation uses `\"values\"` for intermediate data and `\"result\"` to specify the output.\n"]]