Class NlpVertical


  • public class NlpVertical
    extends Object
    Abstract class for NLP related AutoML tasks. NLP - Natural Language Processing.
    • Constructor Detail

      • NlpVertical

        public NlpVertical()
    • Method Detail

      • dataSettings

        public NlpVerticalDataSettings dataSettings()
        Get the dataSettings property: Data inputs for AutoMLJob.
        Returns:
        the dataSettings value.
      • withDataSettings

        public NlpVertical withDataSettings​(NlpVerticalDataSettings dataSettings)
        Set the dataSettings property: Data inputs for AutoMLJob.
        Parameters:
        dataSettings - the dataSettings value to set.
        Returns:
        the NlpVertical object itself.
      • featurizationSettings

        public NlpVerticalFeaturizationSettings featurizationSettings()
        Get the featurizationSettings property: Featurization inputs needed for AutoML job.
        Returns:
        the featurizationSettings value.
      • withFeaturizationSettings

        public NlpVertical withFeaturizationSettings​(NlpVerticalFeaturizationSettings featurizationSettings)
        Set the featurizationSettings property: Featurization inputs needed for AutoML job.
        Parameters:
        featurizationSettings - the featurizationSettings value to set.
        Returns:
        the NlpVertical object itself.
      • limitSettings

        public NlpVerticalLimitSettings limitSettings()
        Get the limitSettings property: Execution constraints for AutoMLJob.
        Returns:
        the limitSettings value.
      • withLimitSettings

        public NlpVertical withLimitSettings​(NlpVerticalLimitSettings limitSettings)
        Set the limitSettings property: Execution constraints for AutoMLJob.
        Parameters:
        limitSettings - the limitSettings value to set.
        Returns:
        the NlpVertical object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.