تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لحساب قيمة عشوائية. سيتعذّر تنفيذ ذلك إذا لم تكن نتيجة التعبير شيئًا يمكن التعبير عنه كقيمة، أو إذا كان تقييمه يتطلّب الكثير من الموارد. على الرغم من أنّه من الممكن (وليس خطأ) احتساب أي نوع من الكائنات هنا، إلا أنّه بشكل عام يجب أن يستخدم أي تعبير ينتج نتائج مناسبة بشكل أفضل لأحد نقاط نهاية Compute* الأخرى تلك النهاية بدلاً من ذلك (على سبيل المثال، يجب أن يستخدم التعبير الذي تكون نتيجته مجموعة من الميزات دالة ComputeFeatures).
طلب HTTP
POST https://earthengine.googleapis.com/v1alpha/{project=projects/*}/value:compute
تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-03-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Computes an arbitrary value based on a provided expression using the Earth Engine API."],["Utilizes the `POST` method and requires specifying the project ID in the URL."],["Request body includes the expression to compute and an optional workload tag for tracking."],["Successful responses contain the computed value in a structured format."],["Requires specific OAuth scopes for authorization, like `https://www.googleapis.com/auth/earthengine`."]]],["The `compute` endpoint evaluates an arbitrary expression, returning its result as a `Value`. A POST request is made to `https://earthengine.googleapis.com/v1alpha/{project=projects/*}/value:compute`, requiring `earthengine.computations.create` IAM permission. The request body contains the `expression` to compute and an optional `workloadTag`. The response returns the `result` of the computation in `Value` format, and requires one of the provided OAuth scopes for authorization. Other `Compute*` endpoints should be used if they are better suited for the task.\n"]]