Uses of Class
com.ibm.watson.discovery.v2.model.CreateEnrichment
Package | Description |
---|---|
com.ibm.watson.discovery.v2.model |
-
Uses of CreateEnrichment in com.ibm.watson.discovery.v2.model
Methods in com.ibm.watson.discovery.v2.model that return CreateEnrichment Modifier and Type Method Description CreateEnrichment
CreateEnrichment.Builder. build()
Builds a CreateEnrichment.CreateEnrichment
CreateEnrichmentOptions. enrichment()
Gets the enrichment.Methods in com.ibm.watson.discovery.v2.model with parameters of type CreateEnrichment Modifier and Type Method Description CreateEnrichmentOptions.Builder
CreateEnrichmentOptions.Builder. enrichment(CreateEnrichment enrichment)
Set the enrichment.Constructors in com.ibm.watson.discovery.v2.model with parameters of type CreateEnrichment Constructor Description Builder(String projectId, CreateEnrichment enrichment)
Instantiates a new builder with required properties.