LabelingJobSummary class

Provides summary information about a labeling job.

Constructors

LabelingJobSummary({required DateTime creationTime, required LabelCounters labelCounters, required String labelingJobArn, required String labelingJobName, required LabelingJobStatus labelingJobStatus, required DateTime lastModifiedTime, required String preHumanTaskLambdaArn, required String workteamArn, String? annotationConsolidationLambdaArn, String? failureReason, LabelingJobInputConfig? inputConfig, LabelingJobOutput? labelingJobOutput})
LabelingJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

annotationConsolidationLambdaArn String?
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.
final
creationTime DateTime
The date and time that the job was created (timestamp).
final
failureReason String?
If the LabelingJobStatus field is Failed, this field contains a description of the error.
final
hashCode int
The hash code for this object.
no setterinherited
inputConfig LabelingJobInputConfig?
Input configuration for the labeling job.
final
labelCounters LabelCounters
Counts showing the progress of the labeling job.
final
labelingJobArn String
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
final
labelingJobName String
The name of the labeling job.
final
labelingJobOutput LabelingJobOutput?
The location of the output produced by the labeling job.
final
labelingJobStatus LabelingJobStatus
The current status of the labeling job.
final
lastModifiedTime DateTime
The date and time that the job was last modified (timestamp).
final
preHumanTaskLambdaArn String
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workteamArn String
The Amazon Resource Name (ARN) of the work team assigned to the job.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited