Class: Aws::SageMaker::Types::LabelCountersForWorkteam
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelCountersForWorkteam
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides counts for human-labeled tasks in the labeling job.
Constant Summary collapse
- SENSITIVE =
[]
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.
25473 25474 25475 25476 25477 25478 25479 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25473 class LabelCountersForWorkteam < Struct.new( :human_labeled, :pending_human, :total) SENSITIVE = [] include Aws::Structure end |
#pending_human ⇒ Integer
The total number of data objects that need to be labeled by a human worker.
25473 25474 25475 25476 25477 25478 25479 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25473 class LabelCountersForWorkteam < Struct.new( :human_labeled, :pending_human, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Integer
The total number of tasks in the labeling job.
25473 25474 25475 25476 25477 25478 25479 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25473 class LabelCountersForWorkteam < Struct.new( :human_labeled, :pending_human, :total) SENSITIVE = [] include Aws::Structure end |