ee.data.startIngestion

Creates an image asset ingestion task.

See ee.data.startProcessing for details on task IDs and response format.

UsageReturns
ee.data.startIngestion(taskId, request, callback)ProcessingResponse
ArgumentTypeDetails
taskIdStringUnsubmitted ID for the task (obtained from newTaskId).
requestIngestionRequestThe object that describes the ingestion.
callbackFunction, optionalAn optional callback. If not supplied, the call is made synchronously.