リファレンス
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このページでは、モデルのトレーニングに使用される BigQuery テーブルのスキーマとフィールドの説明などについて説明します。また、データを構成するコアコンセプト(スナップショット、アセット、オブザベーション)の内訳と、関連するテーブルの使用方法の詳細も確認できます。
snapshots
スナップショットは、特定の時点におけるデータセットの固定された変更不可能なコピーです。スナップショット テーブルには、スナップショットに関連付けられたメタデータが用意されています。これにより、データの時間的状態を大まかに把握できます。
列名 |
タイプ |
説明 |
snapshot_id |
STRING |
スナップショットの一意の識別子。テーブルを結合するためのキーとして使用されます。 |
subscription_id |
STRING |
定期購入の一意の識別子。 |
creation_time |
TIMESTAMP |
ISO 8601 形式のタイムスタンプ(例: 2019-09-25 17:26:27.757171 UTC 。 |
all_observations
「観測」とは、現実世界でアセットが目撃されたことです。モニタリングは、アセットの検出用のメタデータ(画像の撮影時間やカメラの位置など)を含む点でアセットと異なります。
all_observations
テーブルには、すべてのスナップショットの観測値が示されます。この表を使用して、スナップショット間の観測値の違いを検出できます。
列名 |
タイプ |
説明 |
snapshot_id |
STRING |
スナップショットの一意の識別子。テーブルを結合するためのキーとして使用されます。 |
asset_id |
STRING |
アセットの一意の識別子。 |
asset_type |
STRING |
アセットの主な分類(例: ASSET_CLASS_ROAD_SIGN 。 |
location |
STRUCT |
緯度/経度座標を浮動小数点数として含む構造体。 |
detection_time |
TIMESTAMP |
ISO 8601 形式のタイムスタンプ(例: 2019-09-25 17:26:27.757171 UTC 。 |
observation_id |
STRING |
モニタリングを一意に識別する文字列。 |
bbox |
STRUCT |
アセットの境界ボックスを揃える x/y 座標を含む構造体の構造体。 |
camera_pose |
STRUCT |
緯度/経度、標高(メートル単位)、ピッチ、見出し、ロールの浮動小数点数を含む構造体。 |
capture_time |
TIMESTAMP |
ISO 8601 形式のタイムスタンプ(例: 2019-09-25 17:26:27.757171 UTC 。 |
gcs_uri |
STRING |
画像がホストされている Google Cloud Storage URI。 |
map_url |
STRING |
観測地点を示す Google マップの URL。 |
all_assets
「アセット」とは、現実世界のオブジェクトのことです。all_assets
テーブルには、すべてのスナップショットのアセットが用意されています。この表を使用すると、スナップショット間のアセットの違いを検出できます。
列名 |
タイプ |
説明 |
asset_id |
STRING |
アセットの一意の識別子。 |
snapshot_id |
STRING |
スナップショットの一意の識別子。テーブルを結合するためのキーとして使用されます。 |
asset_type |
STRING |
アセットの主な分類(例: ASSET_CLASS_ROAD_SIGN 。 |
observation_id |
STRING |
モニタリングを一意に識別する文字列。 |
location |
STRUCT |
緯度/経度座標を浮動小数点数として含む構造体。 |
detection_time |
TIMESTAMP |
ISO 8601 形式のタイムスタンプ(例: 2019-09-25 17:26:27.757171 UTC 。 |
latest_observations
latest_observations
テーブルには、最新のスナップショットの観測結果のみが提供されます。
列名 |
タイプ |
説明 |
snapshot_id |
STRING |
スナップショットの一意の識別子。テーブルを結合するためのキーとして使用されます。 |
asset_id |
STRING |
アセットの一意の識別子。 |
asset_type |
STRING |
アセットの主な分類(例: ASSET_CLASS_ROAD_SIGN 。 |
location |
STRUCT |
緯度/経度座標を浮動小数点数として含む構造体。 |
detection_time |
TIMESTAMP |
ISO 8601 形式のタイムスタンプ(例: 2019-09-25 17:26:27.757171 UTC 。 |
observation_id |
STRING |
モニタリングを一意に識別する文字列。 |
bbox |
STRUCT |
アセットの境界ボックスを揃える x/y 座標を含む構造体の構造体。 |
camera_pose |
STRUCT |
緯度/経度、標高(メートル単位)、ピッチ、見出し、ロールの浮動小数点数を含む構造体。 |
capture_time |
TIMESTAMP |
ISO 8601 形式のタイムスタンプ(例: 2019-09-25 17:26:27.757171 UTC 。 |
gcs_uri |
STRING |
画像がホストされている Google Cloud Storage URI。 |
map_url |
STRING |
観測地点を示す Google マップの URL。 |
latest_assets
latest_assets
テーブルには、最新のスナップショットのアセットのみが提供されます。
列名 |
タイプ |
説明 |
asset_id |
STRING |
アセットの一意の識別子。 |
snapshot_id |
STRING |
スナップショットの一意の識別子。テーブルを結合するためのキーとして使用されます。 |
asset_type |
STRING |
アセットの主な分類(例: ASSET_CLASS_ROAD_SIGN 。 |
observation_id |
STRING |
モニタリングを一意に識別する文字列。 |
location |
STRUCT |
緯度/経度座標を浮動小数点数として含む構造体。 |
detection_time |
TIMESTAMP |
ISO 8601 形式のタイムスタンプ(例: 2019-09-25 17:26:27.757171 UTC 。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[],[],null,["# Reference\n\nThis page provides a guide to the BigQuery tables used for training models,\nincluding their schemas and field descriptions. You'll also find a breakdown of\nthe core concepts---snapshots, assets, and observations---that structure the data,\nalong with details on how to use the tables where relevant.\n\n`snapshots`\n-----------\n\nA snapshot is a fixed, unchangeable copy of a dataset at a specific moment in\ntime. The snapshot table provides metadata associated with snapshots, to\nallow you to understand the temporal state of the data at a high level.\n\n| Column name | Type | Description |\n|-------------------|-----------|----------------------------------------------------------------------|\n| `snapshot_id` | STRING | Unique identifier for the snapshot. Used as a key to join tables. |\n| `subscription_id` | STRING | Unique identifier for the subscription. |\n| `creation_time` | TIMESTAMP | ISO 8601 formatted timestamp e.g., `2019-09-25 17:26:27.757171 UTC`. |\n\n`all_observations`\n------------------\n\nAn \"observation\" is a sighting of an asset in the real world. Observations\ndiffer from assets in that they contain metadata for the detection of an asset,\ni.e., the time the image was captured and the position of the camera.\n\nThe `all_observations` table provides observations from all snapshots. You can\nuse this table to detect differences in observations between snapshots.\n\n| Column name | Type | Description |\n|------------------|-----------|---------------------------------------------------------------------------------------|\n| `snapshot_id` | STRING | Unique identifier for the snapshot. Used as a key to join tables. |\n| `asset_id` | STRING | Unique identifier for the asset. |\n| `asset_type` | STRING | Major classification of the asset e.g., `ASSET_CLASS_ROAD_SIGN`. |\n| `location` | STRUCT | Struct containing lat/lng coordinates as floats. |\n| `detection_time` | TIMESTAMP | ISO 8601 formatted timestamp e.g., `2019-09-25 17:26:27.757171 UTC`. |\n| `observation_id` | STRING | String that uniquely identifies the observation. |\n| `bbox` | STRUCT | Struct of structs containing the x/y coordinates aligning the asset's bounding box. |\n| `camera_pose` | STRUCT | Struct containing floats for lat/lng, altitude (in meters), pitch, heading, and roll. |\n| `capture_time` | TIMESTAMP | ISO 8601 formatted timestamp e.g., `2019-09-25 17:26:27.757171 UTC`. |\n| `gcs_uri` | STRING | Google Cloud Storage URI where the image is hosted. |\n| `map_url` | STRING | Google Maps URL that shows the location of the observation. |\n\n`all_assets`\n------------\n\nAn \"asset\" is an object in the real world. The `all_assets` table provides\nassets from all snapshots. You can use this table to detect differences in\nassets between snapshots.\n\n| Column name | Type | Description |\n|------------------|-----------|----------------------------------------------------------------------|\n| `asset_id` | STRING | Unique identifier for the asset. |\n| `snapshot_id` | STRING | Unique identifier for the snapshot. Used as a key to join tables. |\n| `asset_type` | STRING | Major classification of the asset e.g., `ASSET_CLASS_ROAD_SIGN`. |\n| `observation_id` | STRING | String that uniquely identifies the observation. |\n| `location` | STRUCT | Struct containing lat/lng coordinates as floats. |\n| `detection_time` | TIMESTAMP | ISO 8601 formatted timestamp e.g., `2019-09-25 17:26:27.757171 UTC`. |\n\n`latest_observations`\n---------------------\n\nThe `latest_observations` table provides observations only from the most recent\nsnapshot.\n\n| Column name | Type | Description |\n|------------------|-----------|---------------------------------------------------------------------------------------|\n| `snapshot_id` | STRING | Unique identifier for the snapshot. Used as a key to join tables. |\n| `asset_id` | STRING | Unique identifier for the asset. |\n| `asset_type` | STRING | Major classification of the asset e.g., `ASSET_CLASS_ROAD_SIGN`. |\n| `location` | STRUCT | Struct containing lat/lng coordinates as floats. |\n| `detection_time` | TIMESTAMP | ISO 8601 formatted timestamp e.g., `2019-09-25 17:26:27.757171 UTC`. |\n| `observation_id` | STRING | String that uniquely identifies the observation. |\n| `bbox` | STRUCT | Struct of structs containing the x/y coordinates aligning the asset's bounding box. |\n| `camera_pose` | STRUCT | Struct containing floats for lat/lng, altitude (in meters), pitch, heading, and roll. |\n| `capture_time` | TIMESTAMP | ISO 8601 formatted timestamp e.g., `2019-09-25 17:26:27.757171 UTC`. |\n| `gcs_uri` | STRING | Google Cloud Storage URI where the image is hosted. |\n| `map_url` | STRING | Google Maps URL that shows the location of the observation. |\n\n`latest_assets`\n---------------\n\nThe `latest_assets` table provides assets only from the most recent snapshot.\n\n| Column name | Type | Description |\n|------------------|-----------|----------------------------------------------------------------------|\n| `asset_id` | STRING | Unique identifier for the asset. |\n| `snapshot_id` | STRING | Unique identifier for the snapshot. Used as a key to join tables. |\n| `asset_type` | STRING | Major classification of the asset e.g., `ASSET_CLASS_ROAD_SIGN`. |\n| `observation_id` | STRING | String that uniquely identifies the observation. |\n| `location` | STRUCT | Struct containing lat/lng coordinates as floats. |\n| `detection_time` | TIMESTAMP | ISO 8601 formatted timestamp e.g., `2019-09-25 17:26:27.757171 UTC`. |"]]