Uses of Class
com.ibm.watson.natural_language_understanding.v1.model.SentimentModel
Package | Description |
---|---|
com.ibm.watson.natural_language_understanding.v1 |
Natural Language Understanding v1.
|
com.ibm.watson.natural_language_understanding.v1.model |
-
Uses of SentimentModel in com.ibm.watson.natural_language_understanding.v1
Methods in com.ibm.watson.natural_language_understanding.v1 that return types with arguments of type SentimentModel Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<SentimentModel>
NaturalLanguageUnderstanding. createSentimentModel(CreateSentimentModelOptions createSentimentModelOptions)
Create sentiment model.com.ibm.cloud.sdk.core.http.ServiceCall<SentimentModel>
NaturalLanguageUnderstanding. getSentimentModel(GetSentimentModelOptions getSentimentModelOptions)
Get sentiment model details.com.ibm.cloud.sdk.core.http.ServiceCall<SentimentModel>
NaturalLanguageUnderstanding. updateSentimentModel(UpdateSentimentModelOptions updateSentimentModelOptions)
Update sentiment model. -
Uses of SentimentModel in com.ibm.watson.natural_language_understanding.v1.model
Methods in com.ibm.watson.natural_language_understanding.v1.model that return types with arguments of type SentimentModel Modifier and Type Method Description List<SentimentModel>
ListSentimentModelsResponse. getModels()
Gets the models.