ee.data.startIngestion
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, इमेज ऐसेट को शामिल करने का टास्क बनाता है.
टास्क आईडी और रिस्पॉन्स के फ़ॉर्मैट के बारे में ज़्यादा जानने के लिए, ee.data.startProcessing देखें.
इस्तेमाल | रिटर्न |
---|
ee.data.startIngestion(taskId, request, callback) | ProcessingResponse |
आर्ग्यूमेंट | टाइप | विवरण |
---|
taskId | स्ट्रिंग | टास्क के लिए सबमिट न किया गया आईडी (newTaskId से मिला). |
request | IngestionRequest | डेटा ट्रांसफ़र की जानकारी देने वाला ऑब्जेक्ट. |
callback | फ़ंक्शन, ज़रूरी नहीं है | वैकल्पिक कॉलबैक. अगर यह पैरामीटर नहीं दिया जाता है, तो कॉल सिंक्रोनस तरीके से किया जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eInitiates the process of importing image assets into Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes \u003ccode\u003eee.data.startProcessing\u003c/code\u003e for task management and responses, offering asynchronous operation through an optional callback function.\u003c/p\u003e\n"],["\u003cp\u003eRequires a unique task ID, an \u003ccode\u003eIngestionRequest\u003c/code\u003e object defining the import parameters, and an optional callback function for asynchronous execution.\u003c/p\u003e\n"]]],["This documentation details the `ee.data.startIngestion` function, which initiates an image asset ingestion task. It requires a `taskId` (a string ID) and an `IngestionRequest` object specifying the details of the ingestion. The function optionally accepts a callback function for asynchronous execution. The function returns a `ProcessingResponse`, with further details on response format and task IDs provided in `ee.data.startProcessing`.\n"],null,["# ee.data.startIngestion\n\n\u003cbr /\u003e\n\nCreates an image 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.startIngestion(taskId, request, `*callback*`)` | ProcessingResponse |\n\n| Argument | Type | Details |\n|------------|--------------------|------------------------------------------------------------------------|\n| `taskId` | String | Unsubmitted ID for the task (obtained from newTaskId). |\n| `request` | IngestionRequest | The object that describes the ingestion. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]