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
show all
Defined in:
(unknown)

Overview

Provides summary information about a labeling job.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_consolidation_lambda_arnString

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.

Returns:

  • (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_timeTime

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

Returns:

  • (Time)

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

#failure_reasonString

If the LabelingJobStatus field is Failed, this field contains a description of the error.

Returns:

  • (String)

    If the LabelingJobStatus field is Failed, this field contains a description of the error.

#input_configTypes::LabelingJobInputConfig

Input configuration for the labeling job.

Returns:

#label_countersTypes::LabelCounters

Counts showing the progress of the labeling job.

Returns:

#labeling_job_arnString

The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

Returns:

  • (String)

    The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

#labeling_job_nameString

The name of the labeling job.

Returns:

  • (String)

    The name of the labeling job.

#labeling_job_outputTypes::LabelingJobOutput

The location of the output produced by the labeling job.

Returns:

#labeling_job_statusString

The current status of the labeling job.

Possible values:

  • Initializing
  • InProgress
  • Completed
  • Failed
  • Stopping
  • Stopped

Returns:

  • (String)

    The current status of the labeling job.

#last_modified_timeTime

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

Returns:

  • (Time)

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

#pre_human_task_lambda_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of a Lambda function.

#workteam_arnString

The Amazon Resource Name (ARN) of the work team assigned to the job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the work team assigned to the job.