ImportMLModel

Imports a file that contains an ML model.

python · Machine Learning

Details

IDImportMLModel
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Tagsml

README

Imports a file that contains an ML model.

Script Data


Name Description
Script Type python3
Tags ml
Cortex XSOAR Version 5.0.0

Inputs


Argument Name Description
entryID ID of the entry that contains the ML model to import.
modelName The model name in which the ML model will be saved.
modelStoreType The method for storing the imported model.

Outputs


There are no outputs for this script.

args:
- description: "ID of the entry that contains the ML model to import.\t"
  name: entryID
  required: true
- defaultValue: phishing_model
  description: The model name in which the ML model will be saved.
  name: modelName
- auto: PREDEFINED
  defaultValue: mlModel
  description: The method for storing the imported model.
  name: modelStoreType
  predefined:
  - mlModel
  - list
comment: 'Imports a file that contains an ML model. '
commonfields:
  id: ImportMLModel
  version: -1
enabled: true
name: ImportMLModel
script: '-'
subtype: python3
tags:
- ml
timeout: '0'
type: python
dockerimage: demisto/python3:3.12.13.10116658
runas: DBotWeakRole
tests:
- No tests
fromversion: 5.0.0