Class ImageSweepLimitSettings


  • public final class ImageSweepLimitSettings
    extends Object
    Limit settings for model sweeping and hyperparameter sweeping.
    • Constructor Detail

      • ImageSweepLimitSettings

        public ImageSweepLimitSettings()
    • Method Detail

      • maxConcurrentTrials

        public Integer maxConcurrentTrials()
        Get the maxConcurrentTrials property: Maximum number of concurrent iterations for the underlying Sweep job.
        Returns:
        the maxConcurrentTrials value.
      • withMaxConcurrentTrials

        public ImageSweepLimitSettings withMaxConcurrentTrials​(Integer maxConcurrentTrials)
        Set the maxConcurrentTrials property: Maximum number of concurrent iterations for the underlying Sweep job.
        Parameters:
        maxConcurrentTrials - the maxConcurrentTrials value to set.
        Returns:
        the ImageSweepLimitSettings object itself.
      • maxTrials

        public Integer maxTrials()
        Get the maxTrials property: Maximum number of iterations for the underlying Sweep job.
        Returns:
        the maxTrials value.
      • withMaxTrials

        public ImageSweepLimitSettings withMaxTrials​(Integer maxTrials)
        Set the maxTrials property: Maximum number of iterations for the underlying Sweep job.
        Parameters:
        maxTrials - the maxTrials value to set.
        Returns:
        the ImageSweepLimitSettings object itself.
      • validate

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