Removes a training option that has been applied to a classifier.
Following successful completion of this action the specified training option for the specified classifier will take the default value.
Note: Removing a training option invalidates all training associated with a classifier. After using this action, you must retrain Media Server by running the action BuildClassifier.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name of the classifier to configure. | Yes |
key
|
The name of the training option to remove. For a list of valid options, see SetClassifierTrainingOption. | Yes |
This example removes the classifierType
training option from a classifier:
/action=UnsetClassifierTrainingOption&classifier=vehicles &key=classifiertype
<autnresponse> <action>UNSETCLASSIFIERTRAININGOPTION</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|