Update Model Deployment
this will allow you to update a models deployment configuration
Provide the model ID, the deployment configuration and the deployment Type
Ok
Bad Request
Internal Server Error
{- "deploymentConfig": {
- "property1": null,
- "property2": null
}, - "deploymentType": "train"
}
{- "deploymentType": "train",
- "deploymentConfig": {
- "runtime": {
- "podType": "regular-xs",
- "runnerImage": "jjanzic/docker-python3-opencv"
}
}
}