Interface StoppingCondition.Builder

  • Method Details

    • maxRuntimeInSeconds

      StoppingCondition.Builder maxRuntimeInSeconds(Integer maxRuntimeInSeconds)

      The maximum amount of time, in seconds, that model training can run before it is terminated.

      Parameters:
      maxRuntimeInSeconds - The maximum amount of time, in seconds, that model training can run before it is terminated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.