| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobStoppingConditions.Builder |
LabelingJobStoppingConditions.builder() |
LabelingJobStoppingConditions.Builder |
LabelingJobStoppingConditions.Builder.maxHumanLabeledObjectCount(Integer maxHumanLabeledObjectCount)
The maximum number of objects that can be labeled by human workers.
|
LabelingJobStoppingConditions.Builder |
LabelingJobStoppingConditions.Builder.maxPercentageOfInputDatasetLabeled(Integer maxPercentageOfInputDatasetLabeled)
The maximum number of input data objects that should be labeled.
|
LabelingJobStoppingConditions.Builder |
LabelingJobStoppingConditions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelingJobStoppingConditions.Builder> |
LabelingJobStoppingConditions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping a labeling job.
|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.stoppingConditions(Consumer<LabelingJobStoppingConditions.Builder> stoppingConditions)
A set of conditions for stopping the labeling job.
|
Copyright © 2021. All rights reserved.