You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::LabelingJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelingJobSummary
- Defined in:
- (unknown)
Overview
Provides summary information about a labeling job.
Instance Attribute Summary collapse
-
#annotation_consolidation_lambda_arn ⇒ 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.
-
#creation_time ⇒ Time
The date and time that the job was created (timestamp).
-
#failure_reason ⇒ String
If the
LabelingJobStatus
field isFailed
, this field contains a description of the error. -
#input_config ⇒ Types::LabelingJobInputConfig
Input configuration for the labeling job.
-
#label_counters ⇒ Types::LabelCounters
Counts showing the progress of the labeling job.
-
#labeling_job_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
-
#labeling_job_name ⇒ String
The name of the labeling job.
-
#labeling_job_output ⇒ Types::LabelingJobOutput
The location of the output produced by the labeling job.
-
#labeling_job_status ⇒ String
The current status of the labeling job.
-
#last_modified_time ⇒ Time
The date and time that the job was last modified (timestamp).
-
#pre_human_task_lambda_arn ⇒ String
The Amazon Resource Name (ARN) of a Lambda function.
-
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the work team assigned to the job.
Instance Attribute Details
#annotation_consolidation_lambda_arn ⇒ 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.
#creation_time ⇒ Time
The date and time that the job was created (timestamp).
#failure_reason ⇒ String
If the LabelingJobStatus
field is Failed
, this field contains a
description of the error.
#input_config ⇒ Types::LabelingJobInputConfig
Input configuration for the labeling job.
#label_counters ⇒ Types::LabelCounters
Counts showing the progress of the labeling job.
#labeling_job_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
#labeling_job_name ⇒ String
The name of the labeling job.
#labeling_job_output ⇒ Types::LabelingJobOutput
The location of the output produced by the labeling job.
#labeling_job_status ⇒ String
The current status of the labeling job.
Possible values:
- Initializing
- InProgress
- Completed
- Failed
- Stopping
- Stopped
#last_modified_time ⇒ Time
The date and time that the job was last modified (timestamp).
#pre_human_task_lambda_arn ⇒ String
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
#workteam_arn ⇒ String
The Amazon Resource Name (ARN) of the work team assigned to the job.