Earth Engine は、共有コンピューティング リソースを保護し、すべてのユーザーに信頼性の高いパフォーマンスを提供するために、
非商用割り当て階層を導入しています。すべての非商用プロジェクトは、
2026 年 4 月 27 日までに割り当て階層を選択する必要があります。選択しない場合は、デフォルトでコミュニティ階層が使用されます。階層の割り当ては、
2026 年 4 月 27 日に(階層の選択日に関係なく)すべてのプロジェクトで有効になります。
詳細
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["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"]]