공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.data.startIngestion
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이미지 애셋 수집 작업을 만듭니다.
작업 ID 및 응답 형식에 관한 자세한 내용은 ee.data.startProcessing을 참고하세요.
사용 | 반환 값 |
---|
ee.data.startIngestion(taskId, request, callback) | ProcessingResponse |
인수 | 유형 | 세부정보 |
---|
taskId | 문자열 | 작업의 미제출 ID입니다 (newTaskId에서 가져옴). |
request | IngestionRequest | 인그레션을 설명하는 객체입니다. |
callback | 함수(선택사항) | 선택적 콜백입니다. 제공되지 않으면 호출이 동기적으로 이루어집니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 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. |"]]