MCPcopy Index your code
hub / github.com/google/earthengine-api / encode_cloud_invocation

Method encode_cloud_invocation

python/ee/apifunction.py:104–106  ·  view source on GitHub ↗
(self, encoder: Any)

Source from the content-addressed store, hash-verified

102 return self._signature['name']
103
104 def encode_cloud_invocation(self, encoder: Any) -> dict[str, Any]:
105 del encoder # Unused.
106 return {'functionName': self._signature['name']}
107
108 def getSignature(self) -> dict[str, Any]:
109 """Returns a description of the interface provided by this function."""

Callers 2

encode_cloud_valueMethod · 0.45

Calls

no outgoing calls

Tested by 1