tft_beam.analyzer_cache.DatasetKey  |  TFX  |  TensorFlow (original) (raw)

tft_beam.analyzer_cache.DatasetKey

Stay organized with collections Save and categorize content based on your preferences.

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

View source

is_flattened_dataset_key() -> bool

non_cacheable

View source

non_cacheable() -> 'DatasetKey'

Creates a non cacheable dataset key, for which no cache will be produced.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-11-01 UTC.