ee.data.startTableIngestion

创建表格资产提取任务。

如需详细了解任务 ID 和响应格式,请参阅 ee.data.startProcessing。

用法返回
ee.data.startTableIngestion(taskId, request, callback)ProcessingResponse
参数类型详细信息
taskId字符串任务的未提交 ID(从 newTaskId 获取)。
requestTableIngestionRequest用于描述提取的对象。
callback函数(可选)可选的回调。如果未提供,则以同步方式进行调用。