Class FeaturizationSettings
- java.lang.Object
-
- com.azure.resourcemanager.machinelearning.models.FeaturizationSettings
-
- Direct Known Subclasses:
NlpVerticalFeaturizationSettings
,TableVerticalFeaturizationSettings
public class FeaturizationSettings extends Object
Featurization Configuration.
-
-
Constructor Summary
Constructors Constructor Description FeaturizationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
datasetLanguage()
Get the datasetLanguage property: Dataset language, useful for the text data.void
validate()
Validates the instance.FeaturizationSettings
withDatasetLanguage(String datasetLanguage)
Set the datasetLanguage property: Dataset language, useful for the text data.
-
-
-
Method Detail
-
datasetLanguage
public String datasetLanguage()
Get the datasetLanguage property: Dataset language, useful for the text data.- Returns:
- the datasetLanguage value.
-
withDatasetLanguage
public FeaturizationSettings withDatasetLanguage(String datasetLanguage)
Set the datasetLanguage property: Dataset language, useful for the text data.- Parameters:
datasetLanguage
- the datasetLanguage value to set.- Returns:
- the FeaturizationSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-