ProjectConfig
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Biểu diễn dưới dạng JSON |
{
"name": string,
"registrationState": enum (RegistrationState ),
"maxConcurrentExports": integer,
"planMaxConcurrentExports": integer
} |
Trường |
name |
string
Bắt buộc. Tên cấu hình dự án, có định dạng "projects/*/config".
|
registrationState |
enum (RegistrationState )
Chỉ có đầu ra. Trạng thái đăng ký dự án.
|
maxConcurrentExports |
integer
Không bắt buộc. Số lượng lượt xuất đồng thời tối đa mà dự án có thể chạy.
|
planMaxConcurrentExports |
integer
Không bắt buộc. Chỉ có đầu ra. Số lượng lượt xuất đồng thời tối đa có thể chạy trong tài khoản thanh toán của dự án. Số lượng này lớn hơn hoặc bằng số lượng xuất đồng thời tối đa cho dự án.
|
RegistrationState
Enum |
REGISTRATION_STATE_UNSPECIFIED |
Không xác định. |
NOT_REGISTERED |
Dự án chưa được đăng ký. |
REGISTERED_COMMERCIALLY |
Dự án đã được đăng ký để sử dụng cho mục đích thương mại. |
REGISTERED_NOT_COMMERCIALLY |
Dự án được đăng ký để sử dụng cho mục đích phi thương mại. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\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. |"]]