Package | Description |
---|---|
com.ibm.watson.natural_language_classifier.v1.model |
Modifier and Type | Method and Description |
---|---|
ClassifyInput |
ClassifyInput.Builder.build()
Builds a ClassifyInput.
|
Modifier and Type | Method and Description |
---|---|
List<ClassifyInput> |
ClassifyCollectionOptions.collection()
Gets the collection.
|
Modifier and Type | Method and Description |
---|---|
ClassifyCollectionOptions.Builder |
ClassifyCollectionOptions.Builder.addClassifyInput(ClassifyInput classifyInput)
Adds an classifyInput to collection.
|
Modifier and Type | Method and Description |
---|---|
ClassifyCollectionOptions.Builder |
ClassifyCollectionOptions.Builder.collection(List<ClassifyInput> collection)
Set the collection.
|
Constructor and Description |
---|
Builder(String classifierId,
List<ClassifyInput> collection)
Instantiates a new builder with required properties.
|
Copyright © 2021 IBM Cloud. All rights reserved.