@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
Sets up the flow definition the image 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) |
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 review used for this image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopConfig.Builder> |
serializableBuilderClass() |
HumanLoopConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String humanLoopName()
The name of the human review 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. You can create a flow definition by using the Amazon Sagemaker CreateFlowDefinition Operation.
public final HumanLoopDataAttributes dataAttributes()
Sets attributes of the input data.
public HumanLoopConfig.Builder toBuilder()
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)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.