Class: Aws::Types::LabelingJobStoppingConditions
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobStoppingConditions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_human_labeled_object_count ⇒ ::Integer
Returns the value of attribute max_human_labeled_object_count.
-
#max_percentage_of_input_dataset_labeled ⇒ ::Integer
Returns the value of attribute max_percentage_of_input_dataset_labeled.
Instance Attribute Details
#max_human_labeled_object_count ⇒ ::Integer
Returns the value of attribute max_human_labeled_object_count.
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.
7000 7001 7002 |
# File 'sig/types.rbs', line 7000 def max_percentage_of_input_dataset_labeled @max_percentage_of_input_dataset_labeled end |