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 Details

    • 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.