RenameClassifier
Renames a classifier that is used for image classification.
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name of the classifier that you want to rename. | Yes |
newclassifier
|
The new name for the classifier (maximum 254 bytes). | Yes |
Example
The following example renames the classifier Wildlife
, using the new name BritishWildlife
.
/action=RenameClassifier&classifier=Wildlife&newclassifier=BritishWildlife
Response
<autnresponse> <action>RENAMECLASSIFIER</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>