EarthEngineDestination
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגדרות ליעד ב-Earth Engine.
ייצוג ב-JSON |
{
"name": string
} |
שדות |
name |
string
שם הנכס שרוצים ליצור. name הוא בפורמט 'projects/*/assets/**' (למשל 'projects/earthengine-legacy/assets/users//').
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eConfiguration involves defining a destination in Earth Engine using a JSON representation with a mandatory "name" field.\u003c/p\u003e\n"],["\u003cp\u003eThe "name" field specifies the asset's name and follows a specific format: "projects/*/assets/**" with an example like "projects/earthengine-legacy/assets/users/".\u003c/p\u003e\n"]]],["The content defines the configuration for a destination asset in Earth Engine, represented in JSON. The key information is the `name` field, which is a string. This string specifies the full asset name using the format \"projects/*/assets/**\", for example, \"projects/earthengine-legacy/assets/users/\". This `name` is required for asset creation.\n"],null,["# EarthEngineDestination\n\nConfiguration for a destination in Earth Engine.\n\n| JSON representation |\n|----------------------------|\n| ``` { \"name\": string } ``` |\n\n| Fields ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the asset to be created. `name` is of the format \"projects/\\*/assets/\\*\\*\" (e.g. \"projects/earthengine-legacy/assets/users//\"). |"]]