Gets an MLFlow Run, which maps to GitLab Candidates
GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/runs/get
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” run_id
required
string
UUID of the candidate.
run_uuid
string
This parameter is ignored
Responses
Section titled “ Responses ”OK
Media type application/json
object
info
object
run_id
string
run_uuid
string
experiment_id
string
start_time
Unix timestamp in milliseconds
integer
end_time
Unix timestamp in milliseconds
integer
run_name
string
status
string
artifact_uri
string
lifecycle_stage
string
user_id
string
data
object
Example
{ "info": { "status": "FINISHED", "lifecycle_stage": "active" }}Bad Request
Not Found