Update a Model
Supply the unique id of the Model to update and an object describing which fields update
The values to update with
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "name": "string",
- "description": "string",
- "datasetId": "string",
- "artifacts": [
- {
- "type": "item",
- "itemId": "string"
}
], - "scope": "private",
- "status": "created",
- "tags": [
- "string"
], - "labels": [
- "string"
], - "configuration": {
- "label_to_id_map": {
- "property1": 0,
- "property2": 0
}
}, - "inputType": "image",
- "outputType": "class",
- "metadata": {
- "system": {
- "archived": true,
- "ontologyId": "string",
- "train": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "predict": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "evaluate": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "deploy": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "subsets": {
- "train": {
- "property1": null,
- "property2": null
}, - "validation": {
- "property1": null,
- "property2": null
}
}
}
}, - "moduleName": "string"
}
{- "name": "My Model",
- "description": "My Model Description",
- "status": "deployed"
}