Class DatasetVersion (1.48.0)

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

Describes the dataset version.

Attributes

NameDescription
name str
Output only. The resource name of the DatasetVersion.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this DatasetVersion was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this DatasetVersion was last updated.
etag str
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
big_query_dataset_name str
Output only. Name of the associated BigQuery dataset.
display_name str
The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
metadata google.protobuf.struct_pb2.Value
Required. Output only. Additional information about the DatasetVersion.

Methods

DatasetVersion

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

Describes the dataset version.