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 Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
run_id
required
UUID of the run.
string
key
required
Name for the parameter.
string
value
required
Value for the parameter.
string
Examplegenerated
{ "run_id": "example", "key": "example", "value": "example"}Responses
Section titled “Responses”Created
Bad Request
Not Found