Class Enrichment

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.Enrichment
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class Enrichment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about a specific enrichment.
  • Constructor Details

    • Enrichment

      public Enrichment()
  • Method Details

    • getEnrichmentId

      public String getEnrichmentId()
      Gets the enrichmentId.

      The unique identifier of this enrichment.

      Returns:
      the enrichmentId
    • getName

      public String getName()
      Gets the name.

      The human readable name for this enrichment.

      Returns:
      the name
    • getDescription

      public String getDescription()
      Gets the description.

      The description of this enrichment.

      Returns:
      the description
    • getType

      public String getType()
      Gets the type.

      The type of this enrichment.

      Returns:
      the type
    • getOptions

      public EnrichmentOptions getOptions()
      Gets the options.

      An object that contains options for the current enrichment. Starting with version `2020-08-30`, the enrichment options are not included in responses from the List Enrichments method.

      Returns:
      the options