Save parameters for pretrained model
POST {{baseUrl}}/api/:projectId/pretrained-model/save
Save input / model configuration for a pretrained model. This overrides the current impulse. If you want to deploy a pretrained model from the API, see startDeployPretrainedModelJob
.
Request Body
{"input"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "model"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}