public class CreateConfigurationOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateConfigurationOptions.Builder
Builder.
|
Modifier and Type | Method and 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.
|
public CreateConfigurationOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String name()
The name of the configuration.
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 © 2023 IBM Cloud. All rights reserved.