Class SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration extends com.ibm.cloud.sdk.core.service.model.GenericModel
name expansion configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
assignmentThreshold()
Gets the assignmentThreshold.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder
newBuilder()
New builder.java.lang.Double
suggestionThreshold()
Gets the suggestionThreshold.
-
-
-
Method Detail
-
newBuilder
public SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.Builder newBuilder()
New builder.- Returns:
- a SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration builder
-
assignmentThreshold
public java.lang.Double assignmentThreshold()
Gets the assignmentThreshold. assignment threshold.- Returns:
- the assignmentThreshold
-
suggestionThreshold
public java.lang.Double suggestionThreshold()
Gets the suggestionThreshold. suggestion threshold.- Returns:
- the suggestionThreshold
-
-