お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.data.startTableIngestion
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テーブル アセットの取り込みタスクを作成します。
タスク ID とレスポンス形式の詳細については、ee.data.startProcessing をご覧ください。
用途 | 戻り値 |
---|
ee.data.startTableIngestion(taskId, request, callback) | ProcessingResponse |
引数 | タイプ | 詳細 |
---|
taskId | 文字列 | タスクの未送信 ID(newTaskId から取得)。 |
request | TableIngestionRequest | 取り込みを記述するオブジェクト。 |
callback | 関数(省略可) | オプションのコールバック。指定しない場合、呼び出しは同期的に行われます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eInitiates the process of ingesting data into an Earth Engine table asset.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes \u003ccode\u003eee.data.startTableIngestion\u003c/code\u003e function for starting the ingestion task.\u003c/p\u003e\n"],["\u003cp\u003eRequires a unique task ID, ingestion request details, and an optional callback function.\u003c/p\u003e\n"],["\u003cp\u003eProvides a ProcessingResponse indicating the status of the task initiation.\u003c/p\u003e\n"],["\u003cp\u003eMore information on task IDs and response format can be found in \u003ccode\u003eee.data.startProcessing\u003c/code\u003e documentation.\u003c/p\u003e\n"]]],[],null,["# ee.data.startTableIngestion\n\n\u003cbr /\u003e\n\nCreates a table asset ingestion task.\n\n\u003cbr /\u003e\n\nSee ee.data.startProcessing for details on task IDs and response format.\n\n| Usage | Returns |\n|--------------------------------------------------------------|--------------------|\n| `ee.data.startTableIngestion(taskId, request, `*callback*`)` | ProcessingResponse |\n\n| Argument | Type | Details |\n|------------|-----------------------|------------------------------------------------------------------------|\n| `taskId` | String | Unsubmitted ID for the task (obtained from newTaskId). |\n| `request` | TableIngestionRequest | The object that describes the ingestion. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]