Create experiment
POST
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/experiments/create
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
name
required
Experiment name
string
tags
Tags with information about the experiment
array
artifact_location
This will be ignored
string
Example generated
{ "name": "example", "tags": [ "example" ], "artifact_location": "example"}Responses
Section titled “ Responses ”Created
Media type application/json
object
experiment_id
string
Example
{ "experiment_id": "1"}Bad Request
Not Found