Pre-trained Machine Learning¶
List all trained models¶
-
GET
pretrained-ml/trained-models/
¶ Note
Authorized Roles: root, manager, backend
List all the trained instances of your models
- Response JSON Object
warnings (list-of-string) – Optional. List of warnings
trained_models (list-of-object) –
Trained models
Inner fields
warnings (list-of-string) – List of warnings
id (string) – Trained model id
trained_timestamp (int) – Training timestamp
algorithm (string) – [Advanced Usage] Algorithm
{ "trained_models": [ { "id": "102eknfdwd43f", "trained_timestamp": 1588812345, "algorithm": "implicit-hybrid-cf-user-item-cb:1.2" } ] }