Class ClassificationsModel
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.ClassificationsModel
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClassificationsModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Classifications model.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceClassificationsModel.StatusWhen the status is `available`, the model is ready to use.
- 
Constructor SummaryConstructors Constructor Description ClassificationsModel()
- 
Method SummaryModifier and Type Method Description DategetCreated()Gets the created.StringgetDescription()Gets the description.List<String>getFeatures()Gets the features.StringgetLanguage()Gets the language.DategetLastDeployed()Gets the lastDeployed.DategetLastTrained()Gets the lastTrained.StringgetModelId()Gets the modelId.StringgetModelVersion()Gets the modelVersion.StringgetName()Gets the name.List<Notice>getNotices()Gets the notices.StringgetStatus()Gets the status.Map<String,Object>getUserMetadata()Gets the userMetadata.StringgetVersionDescription()Gets the versionDescription.StringgetWorkspaceId()Gets the workspaceId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
ClassificationsModelpublic ClassificationsModel()
 
- 
- 
Method Details- 
getNameGets the name.An optional name for the model. - Returns:
- the name
 
- 
getUserMetadataGets the userMetadata.An optional map of metadata key-value pairs to store with this model. - Returns:
- the userMetadata
 
- 
getLanguageGets the language.The 2-letter language code of this model. - Returns:
- the language
 
- 
getDescriptionGets the description.An optional description of the model. - Returns:
- the description
 
- 
getModelVersionGets the modelVersion.An optional version string. - Returns:
- the modelVersion
 
- 
getWorkspaceIdGets the workspaceId.ID of the Watson Knowledge Studio workspace that deployed this model to Natural Language Understanding. - Returns:
- the workspaceId
 
- 
getVersionDescriptionGets the versionDescription.The description of the version. - Returns:
- the versionDescription
 
- 
getFeaturesGets the features.The service features that are supported by the custom model. - Returns:
- the features
 
- 
getStatusGets the status.When the status is `available`, the model is ready to use. - Returns:
- the status
 
- 
getModelIdGets the modelId.Unique model ID. - Returns:
- the modelId
 
- 
getCreatedGets the created.dateTime indicating when the model was created. - Returns:
- the created
 
- 
getNoticesGets the notices.- Returns:
- the notices
 
- 
getLastTrainedGets the lastTrained.dateTime of last successful model training. - Returns:
- the lastTrained
 
- 
getLastDeployedGets the lastDeployed.dateTime of last successful model deployment. - Returns:
- the lastDeployed
 
 
-