Class FeaturizationSettings

    • Constructor Detail

      • FeaturizationSettings

        public FeaturizationSettings()
    • 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.