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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


24003
24004
24005
24006
24007
24008
24009
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24003

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)


24003
24004
24005
24006
24007
24008
24009
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24003

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)


24003
24004
24005
24006
24007
24008
24009
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24003

class LabelCountersForWorkteam < Struct.new(
  :human_labeled,
  :pending_human,
  :total)
  SENSITIVE = []
  include Aws::Structure
end