Save Parameters For Pretrained Model
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`.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/pretrained-model/save \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"input":{},"model":{}}'
Last updated
Was this helpful?