@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobStoppingConditions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>
A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.
Modifier and Type | Class and Description |
---|---|
static interface |
LabelingJobStoppingConditions.Builder |
Modifier and Type | Method and Description |
---|---|
static LabelingJobStoppingConditions.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxHumanLabeledObjectCount()
The maximum number of objects that can be labeled by human workers.
|
Integer |
maxPercentageOfInputDatasetLabeled()
The maximum number of input data objects that should be labeled.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobStoppingConditions.Builder> |
serializableBuilderClass() |
LabelingJobStoppingConditions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer maxHumanLabeledObjectCount()
The maximum number of objects that can be labeled by human workers.
public Integer maxPercentageOfInputDatasetLabeled()
The maximum number of input data objects that should be labeled.
public LabelingJobStoppingConditions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>
public static LabelingJobStoppingConditions.Builder builder()
public static Class<? extends LabelingJobStoppingConditions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.