Delete Model
- opensearch_py_ml.ml_commons.MLCommonClient.delete_model(self, model_id: str) object
This method deletes a model from opensearch cluster (using ml commons api)
- Parameters:
model_id (string) – unique id of the model
- Returns:
returns a json object, with detailed information about the deleted model
- Return type:
object