Interface ResourceLimits.Builder

  • Method Details

    • maxNumberOfTrainingJobs

      ResourceLimits.Builder maxNumberOfTrainingJobs(Integer maxNumberOfTrainingJobs)

      The maximum number of training jobs that a hyperparameter tuning job can launch.

      Parameters:
      maxNumberOfTrainingJobs - The maximum number of training jobs that a hyperparameter tuning job can launch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxParallelTrainingJobs

      ResourceLimits.Builder maxParallelTrainingJobs(Integer maxParallelTrainingJobs)

      The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.

      Parameters:
      maxParallelTrainingJobs - The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxRuntimeInSeconds

      ResourceLimits.Builder maxRuntimeInSeconds(Integer maxRuntimeInSeconds)

      The maximum time in seconds that a hyperparameter tuning job can run.

      Parameters:
      maxRuntimeInSeconds - The maximum time in seconds that a hyperparameter tuning job can run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.