public class Configuration
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Configuration.Builder
Builder.
|
Modifier and Type | Method and 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.
|
public Configuration.Builder newBuilder()
public String configurationId()
The unique identifier of the configuration.
public String name()
The name of the configuration.
public Date created()
The creation date of the configuration in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
public Date updated()
The timestamp of when the configuration was last updated in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
public String description()
The description of the configuration, if available.
public Conversions conversions()
Document conversion settings.
public List<Enrichment> enrichments()
An array of document enrichment settings for the configuration.
public List<NormalizationOperation> 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.
public Source source()
Object containing source parameters for the configuration.
Copyright © 2024 IBM Cloud. All rights reserved.