Class UpdateClassificationsModelOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.UpdateClassificationsModelOptions
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateClassificationsModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateClassificationsModel options.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateClassificationsModelOptions.BuilderBuilder.
- 
Method SummaryModifier and Type Method Description Stringdescription()Gets the description.Stringlanguage()Gets the language.StringmodelId()Gets the modelId.StringmodelVersion()Gets the modelVersion.Stringname()Gets the name.UpdateClassificationsModelOptions.BuildernewBuilder()New builder.InputStreamtrainingData()Gets the trainingData.StringtrainingDataContentType()Gets the trainingDataContentType.Map<String,Object>userMetadata()Gets the userMetadata.StringversionDescription()Gets the versionDescription.StringworkspaceId()Gets the workspaceId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a UpdateClassificationsModelOptions builder
 
- 
modelIdGets the modelId.ID of the model. - Returns:
- the modelId
 
- 
languageGets the language.The 2-letter language code of this model. - Returns:
- the language
 
- 
trainingDataGets the trainingData.Training data in JSON format. For more information, see [Classifications training data requirements](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-classifications#classification-training-data-requirements). - Returns:
- the trainingData
 
- 
trainingDataContentTypeGets the trainingDataContentType.The content type of trainingData. Values for this parameter can be obtained from the HttpMediaType class. - Returns:
- the trainingDataContentType
 
- 
nameGets the name.An optional name for the model. - Returns:
- the name
 
- 
userMetadataGets the userMetadata.An optional map of metadata key-value pairs to store with this model. - Returns:
- the userMetadata
 
- 
descriptionGets the description.An optional description of the model. - Returns:
- the description
 
- 
modelVersionGets the modelVersion.An optional version string. - Returns:
- the modelVersion
 
- 
workspaceIdGets the workspaceId.ID of the Watson Knowledge Studio workspace that deployed this model to Natural Language Understanding. - Returns:
- the workspaceId
 
- 
versionDescriptionGets the versionDescription.The description of the version. - Returns:
- the versionDescription
 
 
-