Earth Engine은 공유 컴퓨팅 리소스를 보호하고 모든 사용자에게 안정적인 성능을 보장하기 위해
비상업적 할당량 등급을 도입합니다. 모든 비상업용 프로젝트는
2026년 4월 27일까지 할당량 등급을 선택해야 하며, 선택하지 않으면 커뮤니티 등급이 기본적으로 사용됩니다. 등급 할당량은 등급 선택 날짜와 관계없이
2026년 4월 27일에 모든 프로젝트에 적용됩니다.
자세히 알아보기
Expression
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
임의 유형의 임의 표현식을 지정합니다. 사용되는 컨텍스트에 따라 응답 유형이 결정됩니다.
| JSON 표현 |
{
"values": {
string: {
object (ValueNode)
},
...
},
"result": string
} |
| 필드 |
values |
map (key: string, value: object (ValueNode))
계산의 모든 중간 값입니다. 이러한 요소로 구성된 방향 그래프는 비순환 그래프여야 합니다. "key": value 쌍 목록을 포함하는 객체입니다. 예: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
result |
string
'values'의 ValueNode 중 계산의 최종 결과입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],["The core content describes a structure for representing arbitrary expressions and their computations. It uses a JSON format with two main components: `values` and `result`. `values` is a map of intermediate computations, where each key-value pair represents a step, and the graph formed by these computations must be acyclic. `result` specifies the `string` key within `values` that represents the final outcome of the computation. The type of the response is determined by the context.\n"]]