Class SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration extends com.ibm.cloud.sdk.core.service.model.GenericModel
description generation configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
assignmentThreshold()
Gets the assignmentThreshold.SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder
newBuilder()
New builder.java.lang.Double
suggestionThreshold()
Gets the suggestionThreshold.
-
-
-
Method Detail
-
newBuilder
public SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration.Builder newBuilder()
New builder.- Returns:
- a SalIntegrationEnrichmentSettingsSemanticExpansionDescriptionGenerationConfiguration 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
-
-