Class SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder
-
- Enclosing class:
- SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration
public static class SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder
assignmentThreshold(java.lang.Double assignmentThreshold)
Set the assignmentThreshold.SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration
build()
Builds a SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder
suggestionThreshold(java.lang.Double suggestionThreshold)
Set the suggestionThreshold.
-
-
-
Method Detail
-
build
public SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration build()
Builds a SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.- Returns:
- the new SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration instance
-
assignmentThreshold
public SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder assignmentThreshold(java.lang.Double assignmentThreshold)
Set the assignmentThreshold.- Parameters:
assignmentThreshold
- the assignmentThreshold- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration builder
-
suggestionThreshold
public SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder suggestionThreshold(java.lang.Double suggestionThreshold)
Set the suggestionThreshold.- Parameters:
suggestionThreshold
- the suggestionThreshold- Returns:
- the SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration builder
-
-