AutoMLJobCompletionCriteria
public struct AutoMLJobCompletionCriteria : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum time, in seconds, an AutoML job is allowed to wait for a trial to complete. It must be equal to or greater than MaxRuntimePerTrainingJobInSeconds.
Declaration
Swift
public let maxAutoMLJobRuntimeInSeconds: Int?
-
The maximum number of times a training job is allowed to run.
Declaration
Swift
public let maxCandidates: Int?
-
The maximum time, in seconds, a job is allowed to run.
Declaration
Swift
public let maxRuntimePerTrainingJobInSeconds: Int?
-
Undocumented
Declaration
Swift
public init(maxAutoMLJobRuntimeInSeconds: Int? = nil, maxCandidates: Int? = nil, maxRuntimePerTrainingJobInSeconds: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws