Class GetClassificationsModelOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.GetClassificationsModelOptions
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetClassificationsModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getClassificationsModel options.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetClassificationsModelOptions.BuilderBuilder.
- 
Method SummaryModifier and Type Method Description StringmodelId()Gets the modelId.GetClassificationsModelOptions.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a GetClassificationsModelOptions builder
 
- 
modelIdGets the modelId.ID of the model. - Returns:
- the modelId
 
 
-