Skip to main content
POST
Job Rerun

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

job_id
string
必填

请求体

application/json

Hyperparameters to change, by recipe parameter name.

Names, not config paths. A config path is written straight into the training config and skips every check the recipe declares; a parameter name is checked for existence, type, range and allowed values before anything is submitted.

overrides
Overrides · object
必填
note
string
默认值:""

响应

Successful Response

run_id
string | null
job_id
string | null
submission_id
string | null
queued
boolean
默认值:false
base_run
string | null
changed
Changed · object
warnings
string[]