Earth Engine has introduced noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. Noncommercial projects use the Community Tier by default, though you can change a project's tier at any time.
Expression
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
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"]]