Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.data.startTableIngestion
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membuat tugas penyerapan aset tabel.
Lihat ee.data.startProcessing untuk mengetahui detail tentang ID tugas dan format respons.
Penggunaan | Hasil |
---|
ee.data.startTableIngestion(taskId, request, callback) | ProcessingResponse |
Argumen | Jenis | Detail |
---|
taskId | String | ID yang tidak dikirimkan untuk tugas (diperoleh dari newTaskId). |
request | TableIngestionRequest | Objek yang menjelaskan penyerapan. |
callback | Fungsi, opsional | Callback opsional. Jika tidak diberikan, panggilan dilakukan secara sinkron. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]