{"type": enum (Type),"name": string,"id": string,"updateTime": string,"properties": {object},"startTime": string,"endTime": string,"geometry": {object},"bands": [{object (ImageBand)}],"sizeBytes": string,"featureCount": string,"quota": {object (FolderQuota)},"tilesets": [{object (Tileset)}],// Union field location can be only one of the following:"cloudStorageLocation": {object (CloudStorageLocation)},"featureViewAssetLocation": {object (FeatureViewLocation)}// End of list of possible types for union field location.}
생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30"입니다.
저작물과 연결된 타임스탬프(있는 경우)입니다(예: 위성 이미지가 촬영된 시간). 한 달 또는 1년 동안의 평균 값과 같이 시간 간격에 해당하는 애셋의 경우 이 타임스탬프는 해당 간격의 시작에 해당합니다.
생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30"입니다.
한 달 또는 1년 동안의 평균 값과 같이 시간 간격에 해당하는 애셋의 경우 이 타임스탬프는 해당 간격의 끝 (제외)에 해당합니다.
생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30"입니다.
[[["이해하기 쉬움","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(UTC)"],[[["Earth Engine assets can represent various data types like images, tables, and folders, each with unique properties."],["Asset metadata includes details such as type, name, ID, update time, spatial footprint, and size."],["Image assets contain bands with specific data information, while table assets store features."],["Assets can have associated properties and temporal information like start and end times."],["Storage location information is provided for assets, including Cloud Storage for image tiles and Earth Engine for feature views."]]],["This document describes the structure of an Earth Engine asset, detailing its properties and methods. Key information includes the asset's `type`, `name`, `id`, and `updateTime`. It contains temporal data like `startTime` and `endTime`, a spatial `geometry`, and data band information. Assets include `sizeBytes`, `featureCount`, `quota`, and `tilesets`. Location can be a Cloud Storage or FeatureView. The sole method listed is to `create` a new asset.\n"]]