Class NluEnrichmentRelations
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.NluEnrichmentRelations
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class NluEnrichmentRelations
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object specifying the relations enrichment and related parameters.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NluEnrichmentRelations.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
model()
Gets the model.NluEnrichmentRelations.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a NluEnrichmentRelations builder
-
model
Gets the model.*For use with `natural_language_understanding` enrichments only.* The enrichement model to use with relationship extraction. May be a custom model provided by Watson Knowledge Studio, the default public model is`en-news`.
- Returns:
- the model
-