Registry Structure
The registry is defined in a YAML file that contains entries for each supported model. Each model entry requires three key components:-
name: The identifier for the model -
path: The full import path to the model’s implementation class. Note: the path includes both the module path as well as the class name. -
data_processor_paths: A list of compatible data processor implementation paths