| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobStoppingConditions |
LabelingJobStoppingConditions.clone() |
LabelingJobStoppingConditions |
DescribeLabelingJobResult.getStoppingConditions()
A set of conditions for stopping a labeling job.
|
LabelingJobStoppingConditions |
CreateLabelingJobRequest.getStoppingConditions()
A set of conditions for stopping the labeling job.
|
LabelingJobStoppingConditions |
LabelingJobStoppingConditions.withMaxHumanLabeledObjectCount(Integer maxHumanLabeledObjectCount)
The maximum number of objects that can be labeled by human workers.
|
LabelingJobStoppingConditions |
LabelingJobStoppingConditions.withMaxPercentageOfInputDatasetLabeled(Integer maxPercentageOfInputDatasetLabeled)
The maximum number of input data objects that should be labeled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLabelingJobResult.setStoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping a labeling job.
|
void |
CreateLabelingJobRequest.setStoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withStoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping a labeling job.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withStoppingConditions(LabelingJobStoppingConditions stoppingConditions)
A set of conditions for stopping the labeling job.
|
Copyright © 2024. All rights reserved.