spark_pipeline_framework.utilities.parameter_dict

Module Contents

Classes

ParameterDict

This dictionary returns the value if the key exists otherwise if the key starts with view_

class spark_pipeline_framework.utilities.parameter_dict.ParameterDict(*args, **kwargs)

Bases: collections.UserDict

This dictionary returns the value if the key exists otherwise if the key starts with view_ then it returns the key minus view_

__getitem__(self, key: str) Any
copy(self) ParameterDict