Returns a ModelParams class object with the given `class_key`. To reuse the same object for given `class_key`, it uses functools.lru_cache annotation. Args: class_key: string key of the ModelParams subclass to return. Returns: A instance of `~.base_model_params._BaseMo
(cls, class_key)