LabelingJobSummary
public struct LabelingJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.
Declaration
Swift
public let annotationConsolidationLambdaArn: String?
-
The date and time that the job was created (timestamp).
Declaration
Swift
public let creationTime: TimeStamp
-
If the LabelingJobStatus field is Failed, this field contains a description of the error.
Declaration
Swift
public let failureReason: String?
-
Input configuration for the labeling job.
Declaration
Swift
public let inputConfig: LabelingJobInputConfig?
-
Counts showing the progress of the labeling job.
Declaration
Swift
public let labelCounters: LabelCounters
-
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
Declaration
Swift
public let labelingJobArn: String
-
The name of the labeling job.
Declaration
Swift
public let labelingJobName: String
-
The location of the output produced by the labeling job.
Declaration
Swift
public let labelingJobOutput: LabelingJobOutput?
-
The current status of the labeling job.
Declaration
Swift
public let labelingJobStatus: LabelingJobStatus
-
The date and time that the job was last modified (timestamp).
Declaration
Swift
public let lastModifiedTime: TimeStamp
-
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
Declaration
Swift
public let preHumanTaskLambdaArn: String
-
The Amazon Resource Name (ARN) of the work team assigned to the job.
Declaration
Swift
public let workteamArn: String
-
init(annotationConsolidationLambdaArn:creationTime:failureReason:inputConfig:labelCounters:labelingJobArn:labelingJobName:labelingJobOutput:labelingJobStatus:lastModifiedTime:preHumanTaskLambdaArn:workteamArn:)
Undocumented
Declaration
Swift
public init(annotationConsolidationLambdaArn: String? = nil, creationTime: TimeStamp, failureReason: String? = nil, inputConfig: LabelingJobInputConfig? = nil, labelCounters: LabelCounters, labelingJobArn: String, labelingJobName: String, labelingJobOutput: LabelingJobOutput? = nil, labelingJobStatus: LabelingJobStatus, lastModifiedTime: TimeStamp, preHumanTaskLambdaArn: String, workteamArn: String)