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.GenericModelname expansion configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoubleassignmentThreshold()Gets the assignmentThreshold.SalIntegrationEnrichmentSettingsSemanticExpansionNameExpansionConfiguration.BuildernewBuilder()New builder.java.lang.DoublesuggestionThreshold()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
-
-