SplitType
public enum SplitType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case none = "None" -
Undocumented
Declaration
Swift
case line = "Line" -
Undocumented
Declaration
Swift
case recordio = "RecordIO" -
Undocumented
Declaration
Swift
case tfrecord = "TFRecord" -
Declaration
Swift
public var description: String { get }
View on GitHub
SplitType Enumeration Reference