Class HumanLoopConfig
- java.lang.Object
-
- software.amazon.awssdk.services.textract.model.HumanLoopConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
@Generated("software.amazon.awssdk:codegen") public final class HumanLoopConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
Sets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
HumanLoopConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HumanLoopConfig.Builder
builder()
HumanLoopDataAttributes
dataAttributes()
Sets attributes of the input data.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
humanLoopName()
The name of the human workflow used for this image.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends HumanLoopConfig.Builder>
serializableBuilderClass()
HumanLoopConfig.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
-
humanLoopName
public final String humanLoopName()
The name of the human workflow used for this image. This should be kept unique within a region.
- Returns:
- The name of the human workflow used for this image. This should be kept unique within a region.
-
flowDefinitionArn
public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
- Returns:
- The Amazon Resource Name (ARN) of the flow definition.
-
dataAttributes
public final HumanLoopDataAttributes dataAttributes()
Sets attributes of the input data.
- Returns:
- Sets attributes of the input data.
-
toBuilder
public HumanLoopConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
-
builder
public static HumanLoopConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends HumanLoopConfig.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
-
-