ResourceLimits
public struct ResourceLimits : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of training jobs that a hyperparameter tuning job can launch.
Declaration
Swift
public let maxNumberOfTrainingJobs: Int -
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Declaration
Swift
public let maxParallelTrainingJobs: Int -
Undocumented
Declaration
Swift
public init(maxNumberOfTrainingJobs: Int, maxParallelTrainingJobs: Int) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ResourceLimits Structure Reference