Class LabelingJobStoppingConditions
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.LabelingJobStoppingConditions
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LabelingJobStoppingConditions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends LabelingJobStoppingConditions.Builder>
serializableBuilderClass()
LabelingJobStoppingConditions.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxHumanLabeledObjectCount
public final Integer maxHumanLabeledObjectCount()
The maximum number of objects that can be labeled by human workers.
- Returns:
- The maximum number of objects that can be labeled by human workers.
-
maxPercentageOfInputDatasetLabeled
public final Integer maxPercentageOfInputDatasetLabeled()
The maximum number of input data objects that should be labeled.
- Returns:
- The maximum number of input data objects that should be labeled.
-
toBuilder
public LabelingJobStoppingConditions.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<LabelingJobStoppingConditions.Builder,LabelingJobStoppingConditions>
-
builder
public static LabelingJobStoppingConditions.Builder builder()
-
serializableBuilderClass
public static Class<? extends LabelingJobStoppingConditions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-