Interface LabelingJobStoppingConditions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>,SdkBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>,SdkPojo
- Enclosing class:
- LabelingJobStoppingConditions
public static interface LabelingJobStoppingConditions.Builder extends SdkPojo, CopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelingJobStoppingConditions.BuildermaxHumanLabeledObjectCount(Integer maxHumanLabeledObjectCount)The maximum number of objects that can be labeled by human workers.LabelingJobStoppingConditions.BuildermaxPercentageOfInputDatasetLabeled(Integer maxPercentageOfInputDatasetLabeled)The maximum number of input data objects that should be labeled.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxHumanLabeledObjectCount
LabelingJobStoppingConditions.Builder maxHumanLabeledObjectCount(Integer maxHumanLabeledObjectCount)
The maximum number of objects that can be labeled by human workers.
- Parameters:
maxHumanLabeledObjectCount- The maximum number of objects that can be labeled by human workers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxPercentageOfInputDatasetLabeled
LabelingJobStoppingConditions.Builder maxPercentageOfInputDatasetLabeled(Integer maxPercentageOfInputDatasetLabeled)
The maximum number of input data objects that should be labeled.
- Parameters:
maxPercentageOfInputDatasetLabeled- The maximum number of input data objects that should be labeled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-