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 CreateEnrichmentCreateEnrichment.Builder. build()Builds a CreateEnrichment.CreateEnrichmentCreateEnrichmentOptions. enrichment()Gets the enrichment.Methods in com.ibm.watson.discovery.v2.model with parameters of type CreateEnrichment Modifier and Type Method Description CreateEnrichmentOptions.BuilderCreateEnrichmentOptions.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.