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.
26605 26606 26607 26608 26609 26610 26611 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26605 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.
26605 26606 26607 26608 26609 26610 26611 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26605 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.
26605 26606 26607 26608 26609 26610 26611 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26605 class LabelCountersForWorkteam < Struct.new( :human_labeled, :pending_human, :total) SENSITIVE = [] include Aws::Structure end |