ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.data.startIngestion
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ইমেজ অ্যাসেট ইনজেশন টাস্ক তৈরি করে।
টাস্ক আইডি এবং প্রতিক্রিয়া বিন্যাসের বিশদ বিবরণের জন্য ee.data.startProcessing দেখুন।
ব্যবহার | রিটার্নস | ee.data.startIngestion(taskId, request, callback ) | প্রসেসিং রেসপন্স |
যুক্তি | টাইপ | বিস্তারিত | taskId | স্ট্রিং | টাস্কের জন্য জমা না দেওয়া আইডি (newTaskId থেকে প্রাপ্ত)। |
request | ইনজেশনের অনুরোধ | অবজেক্ট যা ইনজেশন বর্ণনা করে। |
callback | ফাংশন, ঐচ্ছিক | একটি ঐচ্ছিক কলব্যাক। যদি সরবরাহ না করা হয়, কলটি সিঙ্ক্রোনাসভাবে করা হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]