Class NlpVerticalLimitSettings


  • public final class NlpVerticalLimitSettings
    extends Object
    Job execution constraints.
    • Constructor Detail

      • NlpVerticalLimitSettings

        public NlpVerticalLimitSettings()
    • Method Detail

      • maxConcurrentTrials

        public Integer maxConcurrentTrials()
        Get the maxConcurrentTrials property: Maximum Concurrent AutoML iterations.
        Returns:
        the maxConcurrentTrials value.
      • withMaxConcurrentTrials

        public NlpVerticalLimitSettings withMaxConcurrentTrials​(Integer maxConcurrentTrials)
        Set the maxConcurrentTrials property: Maximum Concurrent AutoML iterations.
        Parameters:
        maxConcurrentTrials - the maxConcurrentTrials value to set.
        Returns:
        the NlpVerticalLimitSettings object itself.
      • maxTrials

        public Integer maxTrials()
        Get the maxTrials property: Number of AutoML iterations.
        Returns:
        the maxTrials value.
      • withMaxTrials

        public NlpVerticalLimitSettings withMaxTrials​(Integer maxTrials)
        Set the maxTrials property: Number of AutoML iterations.
        Parameters:
        maxTrials - the maxTrials value to set.
        Returns:
        the NlpVerticalLimitSettings object itself.
      • timeout

        public Duration timeout()
        Get the timeout property: AutoML job timeout.
        Returns:
        the timeout value.
      • withTimeout

        public NlpVerticalLimitSettings withTimeout​(Duration timeout)
        Set the timeout property: AutoML job timeout.
        Parameters:
        timeout - the timeout value to set.
        Returns:
        the NlpVerticalLimitSettings object itself.
      • validate

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