Logs a parameter to a run.
POST
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/runs/log-parameter
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
run_id
required
UUID of the run.
string
key
required
Name for the parameter.
string
value
required
Value for the parameter.
string
Example generated
{ "run_id": "example", "key": "example", "value": "example"}Responses
Section titled “ Responses ”Created
Bad Request
Not Found