UnsetClassifierTrainingOption
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.
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 |
Example
This example removes the iterations
training option from a classifier:
/action=UnsetClassifierTrainingOption&classifier=vehicles &key=iterations
Response
<autnresponse> <action>UNSETCLASSIFIERTRAININGOPTION</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>