TaskType
public enum TaskType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case evaluation = "EVALUATION"
-
Undocumented
Declaration
Swift
case labelingSetGeneration = "LABELING_SET_GENERATION"
-
Undocumented
Declaration
Swift
case importLabels = "IMPORT_LABELS"
-
Undocumented
Declaration
Swift
case exportLabels = "EXPORT_LABELS"
-
Undocumented
Declaration
Swift
case findMatches = "FIND_MATCHES"
-
Declaration
Swift
public var description: String { get }