Skip to content

Logs a parameter to a run.

POST
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/runs/log-parameter
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
Media type application/json
object
run_id
required

UUID of the run.

string
nullable
key
required

Name for the parameter.

string
nullable
value
required

Value for the parameter.

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

Created

Bad Request

Not Found