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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#max_human_labeled_object_countInteger

The maximum number of objects that can be labeled by human workers.

Returns:

  • (Integer)

    The maximum number of objects that can be labeled by human workers.

#max_percentage_of_input_dataset_labeledInteger

The maximum number of input data objects that should be labeled.

Returns:

  • (Integer)

    The maximum number of input data objects that should be labeled.