VideoDatasetMetadata

The metadata of Datasets that contain Video DataItems.

Fields
dataItemSchemaUri string

Points to a YAML file stored on Google Cloud Storage describing payload of the Video DataItems that belong to this Dataset.

gcsBucket string

Google Cloud Storage Bucket name that contains the blob data of this Dataset.

JSON representation
{
  "dataItemSchemaUri": string,
  "gcsBucket": string
}