Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

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.

MaxHumanLabeledObjectCount The maximum number of objects that can be labeled by human workers.
Type: Integer
Valid Range: Minimum value of 1.
Required: No

MaxPercentageOfInputDatasetLabeled The maximum number of input data objects that should be labeled.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No

For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2