Class Corpus (0.1.0)

Corpus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Corpus is a set of video contents for management. Within a corpus, videos share the same data schema. Search is also restricted within a single corpus.

Attributes

Name Description
name str
Resource name of the corpus. Form: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
display_name str
Required. The corpus name to shown in the UI. The name can be up to 32 characters long.
description str
Optional. Description of the corpus. Can be up to 25000 characters long.
default_ttl google.protobuf.duration_pb2.Duration
Required. The default TTL value for all assets under the corpus without a asset level user-defined TTL with a maximum of 10 years. This is required for all corpora.