@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.
Labeling jobs fail after 30 days with an appropriate client error message.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelingJobStoppingConditions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobStoppingConditions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxHumanLabeledObjectCount()
The maximum number of objects that can be labeled by human workers.
public final Integer maxPercentageOfInputDatasetLabeled()
The maximum number of input data objects that should be labeled.
public LabelingJobStoppingConditions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>public static LabelingJobStoppingConditions.Builder builder()
public static Class<? extends LabelingJobStoppingConditions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.