View source on GitHub |
A key for a dataset used for analysis.
tft_beam.analyzer_cache.DatasetKey(
dataset_key: Union[str, object], is_cached: bool = True
) -> 'DatasetKey'
Attributes | |
---|---|
key
|
A namedtuple alias for field number 0
|
is_cached
|
A namedtuple alias for field number 1
|
Methods
is_flattened_dataset_key
is_flattened_dataset_key() -> bool
non_cacheable
non_cacheable() -> 'DatasetKey'
Creates a non cacheable dataset key, for which no cache will be produced.