class Aws::SageMaker::Types::LabelingJobSummary

Provides summary information about a labeling job.

@!attribute [rw] labeling_job_name

The name of the labeling job.
@return [String]

@!attribute [rw] labeling_job_arn

The Amazon Resource Name (ARN) assigned to the labeling job when it
was created.
@return [String]

@!attribute [rw] creation_time

The date and time that the job was created (timestamp).
@return [Time]

@!attribute [rw] last_modified_time

The date and time that the job was last modified (timestamp).
@return [Time]

@!attribute [rw] labeling_job_status

The current status of the labeling job.
@return [String]

@!attribute [rw] label_counters

Counts showing the progress of the labeling job.
@return [Types::LabelCounters]

@!attribute [rw] workteam_arn

The Amazon Resource Name (ARN) of the work team assigned to the job.
@return [String]

@!attribute [rw] pre_human_task_lambda_arn

The Amazon Resource Name (ARN) of a Lambda function. The function is
run before each data object is sent to a worker.
@return [String]

@!attribute [rw] annotation_consolidation_lambda_arn

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][1].

[1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html
@return [String]

@!attribute [rw] failure_reason

If the `LabelingJobStatus` field is `Failed`, this field contains a
description of the error.
@return [String]

@!attribute [rw] labeling_job_output

The location of the output produced by the labeling job.
@return [Types::LabelingJobOutput]

@!attribute [rw] input_config

Input configuration for the labeling job.
@return [Types::LabelingJobInputConfig]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobSummary AWS API Documentation

Constants

SENSITIVE