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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateConfigurationOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description Conversions
conversions()
Gets the conversions.String
description()
Gets the description.List<Enrichment>
enrichments()
Gets the enrichments.String
environmentId()
Gets the environmentId.String
name()
Gets the name.CreateConfigurationOptions.Builder
newBuilder()
New builder.List<NormalizationOperation>
normalizations()
Gets the normalizations.Source
source()
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 CreateConfigurationOptions builder
-
environmentId
Gets the environmentId.The ID of the environment.
- Returns:
- the environmentId
-
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
-