public static interface LabelingJobStoppingConditions.Builder extends SdkPojo, CopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>
Modifier and Type | Method and Description |
---|---|
LabelingJobStoppingConditions.Builder |
maxHumanLabeledObjectCount(Integer maxHumanLabeledObjectCount)
The maximum number of objects that can be labeled by human workers.
|
LabelingJobStoppingConditions.Builder |
maxPercentageOfInputDatasetLabeled(Integer maxPercentageOfInputDatasetLabeled)
The maximum number of input data objects that should be labeled.
|
copy
applyMutation, build
LabelingJobStoppingConditions.Builder maxHumanLabeledObjectCount(Integer maxHumanLabeledObjectCount)
The maximum number of objects that can be labeled by human workers.
maxHumanLabeledObjectCount
- The maximum number of objects that can be labeled by human workers.LabelingJobStoppingConditions.Builder maxPercentageOfInputDatasetLabeled(Integer maxPercentageOfInputDatasetLabeled)
The maximum number of input data objects that should be labeled.
maxPercentageOfInputDatasetLabeled
- The maximum number of input data objects that should be labeled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.