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)


24084
24085
24086
24087
24088
24089
24090
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24084

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)


24084
24085
24086
24087
24088
24089
24090
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24084

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)


24084
24085
24086
24087
24088
24089
24090
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24084

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