Class Dataset (0.1.0)

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

The Dataset resource contains summary information about a dataset.

Attributes

Name Description
name str
Output only. The resource name of the Dataset. format: "/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}".
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of creation of this resource.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of the most recent update of this resource.
labels MutableMapping[str, str]
Labels
table_specs MutableMapping[str, str]
Required. The set of BigQuery tables in the dataset. The key should be the table type and the value should be the BigQuery tables in the format bq://{project}.{dataset}.{table}. Current table types are: - party - account_party_link - transaction - risk_case_event - party_supplementary_data
state google.cloud.financialservices_v1.types.Dataset.State
Output only. State of the dataset (creating, active, deleting, etc.)
date_range google.type.interval_pb2.Interval
Required. Core time window of the dataset. All tables should have complete data covering this period.
time_zone google.type.datetime_pb2.TimeZone
The timezone of the data, default will act as UTC.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

The possible states of a resource.

TableSpecsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.