Class: Aws::Types::LabelingJobStoppingConditions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_human_labeled_object_count::Integer

Returns the value of attribute max_human_labeled_object_count.

Returns:

  • (::Integer)


6999
7000
7001
# File 'sig/types.rbs', line 6999

def max_human_labeled_object_count
  @max_human_labeled_object_count
end

#max_percentage_of_input_dataset_labeled::Integer

Returns the value of attribute max_percentage_of_input_dataset_labeled.

Returns:

  • (::Integer)


7000
7001
7002
# File 'sig/types.rbs', line 7000

def max_percentage_of_input_dataset_labeled
  @max_percentage_of_input_dataset_labeled
end