TrainingJobEarlyStoppingType

public enum TrainingJobEarlyStoppingType : String, CustomStringConvertible, Codable

Undocumented

  • off

    Undocumented

    Declaration

    Swift

    case off = "Off"
  • Undocumented

    Declaration

    Swift

    case auto = "Auto"
  • Declaration

    Swift

    public var description: String { get }