apache_beam.ml.transforms.utils module¶
-
class
apache_beam.ml.transforms.utils.ArtifactsFetcher(artifact_location: str)[source]¶ Bases:
objectUtility class used to fetch artifacts from the artifact_location passed to the TFTProcessHandlers in MLTransform.
This is intended to be used for testing purposes only.
-
get_vocab_list(vocab_filename: str) → List[bytes][source]¶ Returns list of vocabulary terms created during MLTransform.
-