LabelingJobSummary - Amazon SageMaker

LabelingJobSummary

Provides summary information about a labeling job.

Contents

CreationTime

The date and time that the job was created (timestamp).

Type: Timestamp

Required: Yes

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]){0,62}

Required: Yes

LabelingJobStatus

The current status of the labeling job.

Type: String

Valid Values: Initializing | 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-z0-9\-]*:[0-9]{12}:function:.*

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

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-z0-9\-]*:[0-9]{12}:function:.*

Required: No

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

LabelingJobOutput

The location of the output produced by the labeling job.

Type: LabelingJobOutput object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: