public class ClassifierRequest extends Object
Constructor and Description |
---|
ClassifierRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClassifierNameOrId()
The name of the classifier that you want to create or the ID of the classifier that you want to update.
|
File |
getNegativeExamples()
A compressed (.zip) file of images that do not depict the visual subject of any of the classes of the new
classifier.
|
Map<String,File> |
getPositiveExamples()
A compressed (.zip) file of images that depict the visual subject for a class within the new classifier.
|
void |
setClassifierNameOrId(String classifierNameOrId) |
void |
setNegativeExamples(File negativeExamples) |
void |
setPositiveExamples(Map<String,File> positiveExamples) |
public String getClassifierNameOrId()
public Map<String,File> getPositiveExamples()
public File getNegativeExamples()
public void setClassifierNameOrId(String classifierNameOrId)
classifierNameOrId
- the classifierNameOrId to setpublic void setPositiveExamples(Map<String,File> positiveExamples)
positiveExamples
- the positiveExamples to setpublic void setNegativeExamples(File negativeExamples)
negativeExamples
- the negativeExamples to setCopyright © 2010–2017. All rights reserved.