TrainingJobEarlyStoppingType
public enum TrainingJobEarlyStoppingType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case off = "Off"
-
Undocumented
Declaration
Swift
case auto = "Auto"
-
Declaration
Swift
public var description: String { get }