You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::LabelCountersForWorkteam

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides counts for human-labeled tasks in the labeling job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#human_labeledInteger

The total number of data objects labeled by a human worker.

Returns:

  • (Integer)

    The total number of data objects labeled by a human worker.

#pending_humanInteger

The total number of data objects that need to be labeled by a human worker.

Returns:

  • (Integer)

    The total number of data objects that need to be labeled by a human worker.

#totalInteger

The total number of tasks in the labeling job.

Returns:

  • (Integer)

    The total number of tasks in the labeling job.