@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopActivationConditionsConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopActivationConditionsConfig.Builder,HumanLoopActivationConditionsConfig>
Defines under what conditions SageMaker creates a human loop. Used within .
Modifier and Type | Class and Description |
---|---|
static interface |
HumanLoopActivationConditionsConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static HumanLoopActivationConditionsConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
humanLoopActivationConditions()
JSON expressing use-case specific conditions declaratively.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopActivationConditionsConfig.Builder> |
serializableBuilderClass() |
HumanLoopActivationConditionsConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String humanLoopActivationConditions()
JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract.
public HumanLoopActivationConditionsConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<HumanLoopActivationConditionsConfig.Builder,HumanLoopActivationConditionsConfig>
public static HumanLoopActivationConditionsConfig.Builder builder()
public static Class<? extends HumanLoopActivationConditionsConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.