Bu istek için hizmet tüketicisi olarak değerlendirilmesi gereken Google Cloud Platform projesinin proje kimliği veya proje numarası. Biçim projects/{project-id}'tür.
Yetkilendirme, belirtilen kaynak project için aşağıdaki IAM iznini gerektirir:
earthengine.computations.create
İstek içeriği
İstek metni aşağıdaki yapıyla birlikte verileri içerir:
Sayfa başına maksimum sonuç sayısı. Sunucu, istenenden daha az resim döndürebilir. Belirtilmemişse sayfa boyutu varsayılan olarak sayfa başına 1.000 sonuçtur.
pageToken
string
Sunucunun döndürmesi gereken bir sonuç sayfasını tanımlayan jeton. Genellikle bu, imageCollection.computeImages yöntemine yapılan önceki çağrıdan döndürülen ComputeImagesResponse.next_page_token değerini ifade eder.
workloadTag
string
Bu hesaplamayı izlemek için kullanıcı tarafından sağlanan etiket.
Yanıt gövdesi
EarthEngineService.ComputeImages için yanıt mesajı.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
Sonuçların bir sonraki sayfasını almak için kullanılan jeton. Sonuçların bir sonraki sayfasını almak için imageCollection.computeImages yönteminin sonraki çağrısında ComputeImagesRequest.page_token alanında bu değeri iletin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]