Project ID atau nomor project project Google Cloud Platform yang harus diperlakukan sebagai konsumen layanan untuk permintaan ini. Format adalah projects/{project-id}.
Otorisasi memerlukan izin IAM berikut pada resource project yang ditentukan:
earthengine.computations.create
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Jumlah maksimum hasil per halaman. Server mungkin menampilkan lebih sedikit gambar dari yang diminta. Jika tidak ditentukan, ukuran halaman defaultnya adalah 1.000 hasil per halaman.
pageToken
string
Token yang mengidentifikasi halaman hasil yang harus ditampilkan server. Biasanya, ini adalah nilai ComputeImagesResponse.next_page_token yang ditampilkan dari panggilan sebelumnya ke metode imageCollection.computeImages.
workloadTag
string
Tag yang diberikan pengguna untuk melacak komputasi ini.
Isi respons
Pesan respons untuk EarthEngineService.ComputeImages.
Jika berhasil, isi respons memuat data dengan struktur berikut:
Token untuk mengambil halaman hasil berikutnya. Teruskan nilai ini di kolom ComputeImagesRequest.page_token dalam panggilan berikutnya ke metode imageCollection.computeImages untuk mengambil halaman hasil berikutnya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-06 UTC."],[[["The `imageCollection.computeImages` method computes features from one or more tables using an arbitrary computation and returns results as a list of images."],["Users can specify the `expression` to define the computation, `pageSize` to limit results per page, `pageToken` for pagination, and `workloadTag` for tracking."],["Successful responses include a list of `images` (EarthEngineAssets) and a `nextPageToken` for retrieving additional results."],["Authentication requires specific OAuth scopes like `https://www.googleapis.com/auth/earthengine` or `https://www.googleapis.com/auth/cloud-platform`."]]],["The `computeImages` method processes features from tables using a user-defined expression. A POST request is sent to a specific URL, including the project ID. The request body contains the computation `expression`, `pageSize` to control result count, `pageToken` for pagination, and a `workloadTag` for tracking. The response returns a list of `images` and a `nextPageToken` for subsequent result pages. Authorization requires specific OAuth scopes. An IAM permission (`earthengine.computations.create`) is required on the specified project.\n"]]