patch https://api.myst.ai/v1alpha2/projects//hpos/
Updates an HPO in the project.
Log in to see full request history
Responses
Updates an HPO in the project.
xxxxxxxxxx
41curl --request PATCH \
--url https://api.myst.ai/v1alpha2/projects/project_uuid/hpos/uuid \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"fit_start_timing": {
"object": "Timing",
"type": "AbsoluteTiming"
},
"fit_end_timing": {
"object": "Timing",
"type": "AbsoluteTiming"
},
"fit_reference_timing": {
"object": "Timing",
"type": "AbsoluteTiming"
},
"predict_start_timing": {
"object": "Timing",
"type": "AbsoluteTiming"
},
Try It!
to start a request and see the response here! Or choose an example: