Free the memory of all component models.
The operator clear_all_component_models frees the memory of all component models that were created by create_component_model or create_trained_component_model. After calling clear_all_component_models, no model can be used any longer.
clear_all_component_models always returns 2 (H_MSG_TRUE).
clear_all_component_models is processed completely exclusively without parallelization.
create_component_model, create_trained_component_model, write_component_model
Matching