Class CreateConfigurationOptions

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

public class CreateConfigurationOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createConfiguration options.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a CreateConfigurationOptions builder
    • environmentId

      public String environmentId()
      Gets the environmentId.

      The ID of the environment.

      Returns:
      the environmentId
    • name

      public String name()
      Gets the name.

      The name of the configuration.

      Returns:
      the name
    • description

      public String description()
      Gets the description.

      The description of the configuration, if available.

      Returns:
      the description
    • conversions

      public Conversions conversions()
      Gets the conversions.

      Document conversion settings.

      Returns:
      the conversions
    • enrichments

      public List<Enrichment> enrichments()
      Gets the enrichments.

      An array of document enrichment settings for the configuration.

      Returns:
      the enrichments
    • normalizations

      public List<NormalizationOperation> normalizations()
      Gets the normalizations.

      Defines operations that can be used to transform the final output JSON into a normalized form. Operations are executed in the order that they appear in the array.

      Returns:
      the normalizations
    • source

      public Source source()
      Gets the source.

      Object containing source parameters for the configuration.

      Returns:
      the source