Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

LabelingJobSummary

Provides summary information about a labeling job.

AnnotationConsolidationLambdaArn 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.
Type: String
Length Constraints: Maximum length of 2048.
Pattern: arn:aws[a-z\-]*:lambda:[a-z]{2}-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST|[a-zA-Z0-9-_]+))?
Required: No

CreationTime The date and time that the job was created (timestamp).
Type: Timestamp
Required: Yes

FailureReason If the LabelingJobStatus field is Failed, this field contains a description of the error.
Type: String
Length Constraints: Maximum length of 1024.
Required: No

InputConfig Input configuration for the labeling job.
Type: LabelingJobInputConfig object
Required: No

LabelCounters Counts showing the progress of the labeling job.
Type: LabelCounters object
Required: Yes

LabelingJobArn The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
Type: String
Length Constraints: Maximum length of 2048.
Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:labeling-job/.*
Required: Yes

LabelingJobName The name of the labeling job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*
Required: Yes

LabelingJobOutput The location of the output produced by the labeling job.
Type: LabelingJobOutput object
Required: No

LabelingJobStatus The current status of the labeling job.
Type: String
Valid Values:InProgress | Completed | Failed | Stopping | Stopped
Required: Yes

LastModifiedTime The date and time that the job was last modified (timestamp).
Type: Timestamp
Required: Yes

PreHumanTaskLambdaArn The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
Type: String
Length Constraints: Maximum length of 2048.
Pattern: arn:aws[a-z\-]*:lambda:[a-z]{2}-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST|[a-zA-Z0-9-_]+))?
Required: Yes

WorkteamArn The Amazon Resource Name (ARN) of the work team assigned to the job.
Type: String
Length Constraints: Maximum length of 256.
Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:workteam/.*
Required: Yes

For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2