LabelCounters
public struct LabelCounters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The total number of objects that could not be labeled due to an error.
Declaration
Swift
public let failedNonRetryableError: Int?
-
The total number of objects labeled by a human worker.
Declaration
Swift
public let humanLabeled: Int?
-
The total number of objects labeled by automated data labeling.
Declaration
Swift
public let machineLabeled: Int?
-
The total number of objects labeled.
Declaration
Swift
public let totalLabeled: Int?
-
The total number of objects not yet labeled.
Declaration
Swift
public let unlabeled: Int?
-
Undocumented
Declaration
Swift
public init(failedNonRetryableError: Int? = nil, humanLabeled: Int? = nil, machineLabeled: Int? = nil, totalLabeled: Int? = nil, unlabeled: Int? = nil)