Earth Engine은 공유 컴퓨팅 리소스를 보호하고 모든 사용자에게 안정적인 성능을 보장하기 위해 비상업적 할당량 등급을 도입합니다. 모든 비상업용 프로젝트는 2026년 4월 27일까지 할당량 등급을 선택해야 하며, 선택하지 않으면 커뮤니티 등급이 기본적으로 사용됩니다. 등급 할당량은 등급 선택 날짜와 관계없이 2026년 4월 27일에 모든 프로젝트에 적용됩니다. 자세히 알아보기
업데이트할 필드의 새 값만 포함된 업데이트된 버전의 애셋입니다. 'start_time', 'end_time', 'properties' 필드만 업데이트할 수 있습니다. 값이 'updateMask'에 이름이 지정되었지만 'asset'에서 설정되지 않은 경우 해당 값이 애셋에서 삭제됩니다.
updateFields
List[String]
업데이트할 필드 이름 목록입니다. 여기에는 다음이 포함될 수 있습니다.해당 타임스탬프를 업데이트하는 'start_time' 또는 'end_time'
지정된 속성을 업데이트하는 'properties.PROPERTY_NAME'
모든 속성을 업데이트하는 'properties' 목록이 비어 있으면 모든 속성과 타임스탬프가 모두 업데이트됩니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2026-01-08(UTC)"],[],["This function updates an existing asset, requiring the user to be a writer or owner. It accepts the `assetId`, an `asset` object containing new field values, and a list of `updateFields`. Updatable fields include \"start_time\", \"end_time\", and \"properties\". Specifying a field in `updateFields` but not in `asset` deletes it. An empty `updateFields` list updates all properties and timestamps. The function returns an object, with an optional callback for asynchronous operation.\n"]]