Details
| ID | ExportMLModel |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | ml |
README
Exports an existing ML model to a file.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | ml |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| modelName | The name of the ML model to export to a file. |
Outputs
There are no outputs for this script.
args: - description: The name of the ML model to export to a file. name: modelName comment: 'Exports an existing ML model to a file. ' commonfields: id: ExportMLModel version: -1 enabled: true name: ExportMLModel script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole tags: - ml tests: - No tests fromversion: 5.0.0