LabelCountersForWorkteam
public struct LabelCountersForWorkteam : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The total number of data objects labeled by a human worker.
Declaration
Swift
public let humanLabeled: Int?
-
The total number of data objects that need to be labeled by a human worker.
Declaration
Swift
public let pendingHuman: Int?
-
The total number of tasks in the labeling job.
Declaration
Swift
public let total: Int?
-
Undocumented
Declaration
Swift
public init(humanLabeled: Int? = nil, pendingHuman: Int? = nil, total: Int? = nil)