class Aws::SageMaker::Types::LabelingJobStoppingConditions

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.

<note markdown=“1”> Labeling jobs fail after 30 days with an appropriate client error message.

</note>

@note When making an API call, you may pass LabelingJobStoppingConditions

data as a hash:

    {
      max_human_labeled_object_count: 1,
      max_percentage_of_input_dataset_labeled: 1,
    }

@!attribute [rw] max_human_labeled_object_count

The maximum number of objects that can be labeled by human workers.
@return [Integer]

@!attribute [rw] max_percentage_of_input_dataset_labeled

The maximum number of input data objects that should be labeled.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobStoppingConditions AWS API Documentation

Constants

SENSITIVE