Get Model Info
- opensearch_py_ml.ml_commons.MLCommonClient.get_model_info(self, model_id: str) object
This method return information about a model registered in the 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 model
- Return type:
object