임의의 값을 계산합니다. 표현식의 결과가 값으로 표현할 수 없는 것이거나 평가에 너무 많은 리소스가 필요한 경우 실패합니다. 여기서 어떤 유형의 객체든 계산할 수 있으며 이는 오류가 아닙니다. 하지만 일반적으로 다른 Compute* 엔드포인트 중 하나에 더 적합한 결과를 생성하는 Expression은 대신 해당 엔드포인트를 사용해야 합니다(예: 결과가 지형지물 집합인 Expression은 ComputeFeatures를 사용해야 함).
HTTP 요청
POST https://earthengine.googleapis.com/v1alpha/{project=projects/*}/value:compute
[[["이해하기 쉬움","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-07-25(UTC)"],[],["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"]]