Class ClassifyCollectionOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_classifier.v1.model.ClassifyCollectionOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClassifyCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The classifyCollection options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClassifyCollectionOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
classifierId()
Gets the classifierId.List<ClassifyInput>
collection()
Gets the collection.ClassifyCollectionOptions.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ClassifyCollectionOptions builder
-
classifierId
Gets the classifierId.Classifier ID to use.
- Returns:
- the classifierId
-
collection
Gets the collection.The submitted phrases.
- Returns:
- the collection
-