Class Configuration
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.Configuration
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Configuration
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A custom configuration for the environment.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Configuration.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
configurationId()
Gets the configurationId.Conversions
conversions()
Gets the conversions.Date
created()
Gets the created.String
description()
Gets the description.List<Enrichment>
enrichments()
Gets the enrichments.String
name()
Gets the name.Configuration.Builder
newBuilder()
New builder.List<NormalizationOperation>
normalizations()
Gets the normalizations.Source
source()
Gets the source.Date
updated()
Gets the updated.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a Configuration builder
-
configurationId
Gets the configurationId.The unique identifier of the configuration.
- Returns:
- the configurationId
-
name
Gets the name.The name of the configuration.
- Returns:
- the name
-
created
Gets the created.The creation date of the configuration in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
- Returns:
- the created
-
updated
Gets the updated.The timestamp of when the configuration was last updated in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
- Returns:
- the updated
-
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
-