-
-
Notifications
You must be signed in to change notification settings - Fork 49
Run Endpoints #36
Copy link
Copy link
Open
Labels
MigrationAlready exists in the old APIAlready exists in the old APIRunsRun endpointRun endpointmetaMeta-issue tracking sub-issues.Meta-issue tracking sub-issues.
Metadata
Metadata
Assignees
Labels
MigrationAlready exists in the old APIAlready exists in the old APIRunsRun endpointRun endpointmetaMeta-issue tracking sub-issues.Meta-issue tracking sub-issues.
Type
Fields
Give feedbackNo fields configured for issues without a type.
All run endpoints
GET
GET /run/{id} #37
Get run description. Runs describe machine learning experiments, typically the results or running a certain model (flow) on a certain task.
GET /run/reset/{id} #38
Resets a run. Causes the evaluations of the run to be recomputed.
GET /run/list/{filters} #39
List and filter runs
GET /run/trace/{id} #40
Get run trace, containing all hyperparameter settings tried while tuning the model, and their evaluations.
DELETE
Delete run
POST
POST /run/trace/{id} #42
Upload run trace
POST /run #43
Upload run
POST /run/evaluate #44
Uploads a run evaluation
POST /run/tag #45
Tag a run
POST /run/untag #46
Untag a run