Module core.pipelines.utils¶
Functions¶
generate_unique_name(base_name)
: Args:
base_name:
parse_yaml_beam_args(pipeline_args)
: Converts yaml beam args to list of args TFX accepts
Args:
pipeline_args: dict specified in the config.yml
Returns:
list of strings, where each string is a beam argument
prepare_sdist()
: Refer to the README.md in the docs folder
sanitize_name_for_ai_platform(name: str)
: Args:
name (str):