You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::LabelingJobStoppingConditions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelingJobStoppingConditions
- Defined in:
- (unknown)
Overview
When passing LabelingJobStoppingConditions as input to an Aws::Client method, you can use a vanilla Hash:
{
max_human_labeled_object_count: 1,
max_percentage_of_input_dataset_labeled: 1,
}
A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.
Labeling jobs fail after 30 days with an appropriate client error message.
Returned by:
Instance Attribute Summary collapse
-
#max_human_labeled_object_count ⇒ Integer
The maximum number of objects that can be labeled by human workers.
-
#max_percentage_of_input_dataset_labeled ⇒ Integer
The maximum number of input data objects that should be labeled.
Instance Attribute Details
#max_human_labeled_object_count ⇒ Integer
The maximum number of objects that can be labeled by human workers.
#max_percentage_of_input_dataset_labeled ⇒ Integer
The maximum number of input data objects that should be labeled.