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.
7014 7015 7016 |
# File 'sig/types.rbs', line 7014 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.
7015 7016 7017 |
# File 'sig/types.rbs', line 7015 def max_percentage_of_input_dataset_labeled @max_percentage_of_input_dataset_labeled end |