LabelingJobForWorkteamSummary
public struct LabelingJobForWorkteamSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time that the labeling job was created.
Declaration
Swift
public let creationTime: TimeStamp
-
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
Declaration
Swift
public let jobReferenceCode: String
-
Provides information about the progress of a labeling job.
Declaration
Swift
public let labelCounters: LabelCountersForWorkteam?
-
The name of the labeling job that the work team is assigned to.
Declaration
Swift
public let labelingJobName: String?
-
The configured number of workers per data object.
Declaration
Swift
public let numberOfHumanWorkersPerDataObject: Int?
-
Undocumented
Declaration
Swift
public let workRequesterAccountId: String
-
init(creationTime:jobReferenceCode:labelCounters:labelingJobName:numberOfHumanWorkersPerDataObject:workRequesterAccountId:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, jobReferenceCode: String, labelCounters: LabelCountersForWorkteam? = nil, labelingJobName: String? = nil, numberOfHumanWorkersPerDataObject: Int? = nil, workRequesterAccountId: String)