Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.data.startTableIngestion
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Tablo öğesi alımı görevi oluşturur.
Görev kimlikleri ve yanıt biçimi hakkında ayrıntılı bilgi için ee.data.startProcessing bölümüne bakın.
Kullanım | İadeler |
---|
ee.data.startTableIngestion(taskId, request, callback) | ProcessingResponse |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
taskId | Dize | Görev için gönderilmeyen kimlik (newTaskId'den alınır). |
request | TableIngestionRequest | Alımı açıklayan nesne. |
callback | İşlev, isteğe bağlı | İsteğe bağlı geri arama. Sağlanmazsa arama senkronize olarak yapılır. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]