Skip to content

Sets a tag for an experiment.

POST
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/experiments/set-experiment-tag
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
Media type application/json
object
experiment_id
required

ID of the experiment.

string
nullable
key
required

Name for the tag.

string
nullable
value
required

Value for the tag.

string
nullable
Example generated
{
"experiment_id": "example",
"key": "example",
"value": "example"
}

Created

Bad Request

Not Found