Class UpdateConfigurationOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.UpdateConfigurationOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateConfigurationOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateConfiguration options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateConfigurationOptions.BuilderBuilder. -
Method Summary
Modifier and Type Method Description StringconfigurationId()Gets the configurationId.Conversionsconversions()Gets the conversions.Stringdescription()Gets the description.List<Enrichment>enrichments()Gets the enrichments.StringenvironmentId()Gets the environmentId.Stringname()Gets the name.UpdateConfigurationOptions.BuildernewBuilder()New builder.List<NormalizationOperation>normalizations()Gets the normalizations.Sourcesource()Gets the source.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a UpdateConfigurationOptions builder
-
environmentId
Gets the environmentId.The ID of the environment.
- Returns:
- the environmentId
-
configurationId
Gets the configurationId.The ID of the configuration.
- Returns:
- the configurationId
-
name
Gets the name.The name of the configuration.
- Returns:
- the name
-
description
Gets the description.The description of the configuration, if available.
- Returns:
- the description
-
conversions
Gets the conversions.Document conversion settings.
- Returns:
- the conversions
-
enrichments
Gets the enrichments.An array of document enrichment settings for the configuration.
- Returns:
- the enrichments
-
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
Gets the source.Object containing source parameters for the configuration.
- Returns:
- the source
-