ResourceLimits

Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ResourceLimits.Builder.() -> Unit = {}): ResourceLimits
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String