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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#human_labeledInteger

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

Returns:

  • (Integer)


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_humanInteger

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

Returns:

  • (Integer)


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

#totalInteger

The total number of tasks in the labeling job.

Returns:

  • (Integer)


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