{"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.}
[[["容易理解","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 (世界標準時間)。"],[[["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"]]