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-03-06。
[null,null,["最后更新时间 (UTC):2025-03-06。"],[[["Earth Engine projects are managed through a cloud-based configuration system represented in JSON format."],["Project configurations encompass crucial details like registration state, concurrent export limits, and billing account export capacity."],["Projects have different registration states including: unspecified, not registered, registered for commercial use, and registered for non-commercial use."],["Concurrent export limits can be defined for individual projects and are capped by the billing account's overall capacity."]]],["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"]]