공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.data.setDefaultWorkloadTag
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
워크로드 태그를 설정하고 다시 설정할 기본값으로 설정합니다.
예를 들어 ee.data.resetWorkloadTag()
를 호출하면 워크로드 태그가 여기에서 선택한 기본값으로 재설정됩니다. 기본값을 none으로 재설정하려면 다음과 같이 빈 문자열을 전달하거나 ee.data.resetWorkloadTag(true)
에 true를 전달합니다.
워크로드 태그는 1~63자(영문 기준)여야 하고 영숫자 문자([a-z0-9A-Z])로 시작하고 끝나야 하며, 그 사이에는 대시(-), 밑줄(_), 마침표(.)
(.) 및 그 사이의 영숫자 또는 기본값을 없음으로 재설정하는 빈 문자열
사용 | 반환 값 |
---|
ee.data.setDefaultWorkloadTag(tag) | |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eSets the default workload tag used by Earth Engine for tracking and managing API requests.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003eee.data.resetWorkloadTag()\u003c/code\u003e will revert the workload tag to this default.\u003c/p\u003e\n"],["\u003cp\u003eThe workload tag can be reset to none by providing an empty string or using \u003ccode\u003eee.data.resetWorkloadTag(true)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eValid workload tags are 1-63 characters long and follow specific formatting rules with alphanumeric start and end, allowing dashes, underscores, dots and alphanumerics in between.\u003c/p\u003e\n"]]],[],null,["# ee.data.setDefaultWorkloadTag\n\n\u003cbr /\u003e\n\nSets the workload tag, and as the default for which to reset back to.\n\n\u003cbr /\u003e\n\nFor example, calling `ee.data.resetWorkloadTag()` will reset the workload tag back to the default chosen here. To reset the default back to none, pass in an empty string or pass in true to `ee.data.resetWorkloadTag(true)`, like so.\n\nWorkload tag must be 1 - 63 characters, beginning and ending with an alphanumeric character (\\[a-z0-9A-Z\\]) with dashes (-), underscores (_), dots\n\n(.), and alphanumerics between, or an empty string to reset the default back to none.\n\n| Usage | Returns |\n|--------------------------------------|---------|\n| `ee.data.setDefaultWorkloadTag(tag)` | |\n\n| Argument | Type | Details |\n|----------|--------|---------|\n| `tag` | String | |"]]