get_model_registry_config()
Given a registry type and unique model identifier, build a config.Parameters
The model registry type.
The repository string to parse. For ModelRegistryEnum.HUGGINGFACE, this is a repo id. For ModelRegistryEnum.MLM, it is a uri to a model.
Response
The constructed ModelRegistryConfig object.

