Earth Engine 推出了
非商业配额层级,以保护共享计算资源并确保为所有人提供可靠的性能。非商业项目默认使用 Community
层级,但您可以随时更改项目的层级。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
ee.data.newTaskId
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
为长时间运行的任务生成“未提交”ID。
在提交任务之前,系统可能会为其分配 ID 以便跟踪。服务器会确保同一 ID 不会被重复使用。这些 ID 采用 UUID 格式:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx。
在服务器上运行的任务的 ID 不含连字符。由 ee.data.startProcessing 和其他批处理方法返回。
返回包含生成的 ID 字符串的数组;如果指定了回调,则返回 null。
| 用法 | 返回 |
|---|
ee.data.newTaskId(count, callback) | List[String] |
| 参数 | 类型 | 详细信息 |
|---|
count | 数字,可选 | 要生成的 ID 数量,默认为 1。 |
callback | 函数,可选 | 可选的回调。如果未提供,则以同步方式进行调用。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-01-08。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-01-08。"],[],[]]