@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
HumanLoopConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static HumanLoopConfig.Builder |
builder() |
HumanLoopDataAttributes |
dataAttributes()
Sets attributes of the input data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopConfig.Builder> |
serializableBuilderClass() |
HumanLoopConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final String humanLoopName()
The name of the human workflow used for this image. This should be kept unique within a region.
public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
public final HumanLoopDataAttributes dataAttributes()
Sets attributes of the input data.
public HumanLoopConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
public static HumanLoopConfig.Builder builder()
public static Class<? extends HumanLoopConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.