お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
EarthEngineDestination
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"name": string
} |
フィールド |
name |
string
作成するアセットの名前。name の形式は「projects/*/assets/**」(例: 「projects/earthengine-legacy/assets/users//」)です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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//\"). |"]]