公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ProjectConfig
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"name": string,
"registrationState": enum (RegistrationState ),
"maxConcurrentExports": integer,
"planMaxConcurrentExports": integer
} |
字段 |
name |
string
必需。项目配置名称,格式为“projects/*/config”。
|
registrationState |
enum (RegistrationState )
仅限输出。项目注册状态。
|
maxConcurrentExports |
integer
可选。项目可以运行的并发导出数量上限。
|
planMaxConcurrentExports |
integer
可选。仅限输出。在项目的结算账号下可以并发运行的导出作业数量上限。此数值大于或等于项目的并发导出数量上限。
|
RegistrationState
枚举 |
REGISTRATION_STATE_UNSPECIFIED |
未指定。 |
NOT_REGISTERED |
项目未注册。 |
REGISTERED_COMMERCIALLY |
项目已注册用于商业用途。 |
REGISTERED_NOT_COMMERCIALLY |
项目已注册用于非商业用途。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eEarth Engine projects are managed through a cloud-based configuration system represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eProject configurations encompass crucial details like registration state, concurrent export limits, and billing account export capacity.\u003c/p\u003e\n"],["\u003cp\u003eProjects have different registration states including: unspecified, not registered, registered for commercial use, and registered for non-commercial use.\u003c/p\u003e\n"],["\u003cp\u003eConcurrent export limits can be defined for individual projects and are capped by the billing account's overall capacity.\u003c/p\u003e\n"]]],["The document details a Cloud-based Earth Engine project's configuration. Key information includes the project's `name` and `registrationState` (Unspecified, Not Registered, Registered Commercially, or Registered Non-commercially). It defines `maxConcurrentExports`, the limit of simultaneous exports, and `planMaxConcurrentExports`, which represents the billing account's export limit and is always equal to or greater than the project's limit. These two parameters are represented as integer values.\n"],null,["# ProjectConfig\n\nInformation about a Cloud-based Earth Engine project. \u003chttps://developers.google.com/earth-engine/cloud/projects\u003e.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"registrationState\": enum (/earth-engine/reference/rest/v1alpha/ProjectConfig#RegistrationState), \"maxConcurrentExports\": integer, \"planMaxConcurrentExports\": integer } ``` |\n\n| Fields ||\n|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The project config name, of the format \"projects/\\*/config\". |\n| `registrationState` | `enum (`[RegistrationState](/earth-engine/reference/rest/v1alpha/ProjectConfig#RegistrationState)`)` Output only. The project registration state. |\n| `maxConcurrentExports` | `integer` Optional. The maximum number of concurrent exports that the project can run. |\n| `planMaxConcurrentExports` | `integer` Optional. Output only. The maximum number of concurrent exports that can be run under the project's billing account. This number is greater than or equal to the max concurrent exports for the project. |\n\nRegistrationState\n-----------------\n\nRegistration state.\n\n| Enums ||\n|----------------------------------|-----------------------------------------------|\n| `REGISTRATION_STATE_UNSPECIFIED` | Unspecified. |\n| `NOT_REGISTERED` | Project is not registered. |\n| `REGISTERED_COMMERCIALLY` | Project is registered for commercial use. |\n| `REGISTERED_NOT_COMMERCIALLY` | Project is registered for non-commercial use. |"]]