Replies: 1 comment
-
Updated the It is also possible that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is overview of the RM API endpoint design
listExperiments
Get the list of Autotune Experiments currently underway. Every experiment is
Request
GET /listExperiments
GET /listExperiments?experiment_id=<ID>
curl -H 'Accept: application/json' http://<URL>:<PORT>/listExperiments?experiment_id=<ID>&trial_num=2
Response
Beta Was this translation helpful? Give feedback.
All reactions