Class ResourceLimits

    • Method Detail

      • maxNumberOfTrainingJobs

        public final Integer maxNumberOfTrainingJobs()

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

        Returns:
        The maximum number of training jobs that a hyperparameter tuning job can launch.
      • maxParallelTrainingJobs

        public final Integer maxParallelTrainingJobs()

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

        Returns:
        The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
      • maxRuntimeInSeconds

        public final Integer maxRuntimeInSeconds()

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

        Returns:
        The maximum time in seconds that a hyperparameter tuning job can run.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)