Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.22 KB

ClassifierService.md

File metadata and controls

18 lines (14 loc) · 1.22 KB

SlambySdk.ClassifierService

Properties

Name Type Description Notes
prepareSettings ClassifierPrepareSettings [optional]
activateSettings ClassifierActivateSettings [optional]
id String Service unique identifier. It cannot be modified. [optional]
name String User-defined name for the service
alias String Alias name of the service. Services can be accessed via this name.\r\nAlias can be modified. It is unique amongst the services. [optional]
description String Service description [optional]
status String New - the service was created \r\nBusy - the service is working on something (e.g.: during the Prepare)
type String Type of the service.\r\nCurrently supported types:\r\n- Classifier\r\n- Prc
processIdList [String] Contains all the process ids which belong to this service [optional]
actualProcessId String [optional]