curl --request POST \
--url http://127.0.0.1:9550/v2/update_job_config \
--header 'Content-Type: application/json' \
--data '
{
"config": {
"custom_prompt": "<string>",
"other_model_params": "<unknown>",
"seed": 1,
"stream": true,
"temperature": 123,
"top_k": 1,
"top_p": 123
},
"job_id": "<string>"
}
'{
"code": 1,
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url http://127.0.0.1:9550/v2/update_job_config \
--header 'Content-Type: application/json' \
--data '
{
"config": {
"custom_prompt": "<string>",
"other_model_params": "<unknown>",
"seed": 1,
"stream": true,
"temperature": 123,
"top_k": 1,
"top_p": 123
},
"job_id": "<string>"
}
'{
"code": 1,
"error": "<string>",
"message": "<string>"
}Show child attributes
Successfully updated job configuration
Was this page helpful?