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
- Struct
- Aws::SageMaker::Types::LabelCountersForWorkteam
- Defined in:
- (unknown)
Overview
Provides counts for human-labeled tasks in the labeling job.
Returned by:
Instance Attribute Summary collapse
-
#human_labeled ⇒ Integer
The total number of data objects labeled by a human worker.
-
#pending_human ⇒ Integer
The total number of data objects that need to be labeled by a human worker.
-
#total ⇒ Integer
The total number of tasks in the labeling job.
Instance Attribute Details
#human_labeled ⇒ Integer
The total number of data objects labeled by a human worker.
#pending_human ⇒ Integer
The total number of data objects that need to be labeled by a human worker.
#total ⇒ Integer
The total number of tasks in the labeling job.