Class HumanLoopActivationConditionsConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.HumanLoopActivationConditionsConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HumanLoopActivationConditionsConfig.Builder,HumanLoopActivationConditionsConfig>
@Generated("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 CreateFlowDefinition. See HumanLoopActivationConditionsConfig for the required format of activation conditions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHumanLoopActivationConditionsConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HumanLoopActivationConditionsConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhumanLoopActivationConditions()JSON expressing use-case specific conditions declaratively.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HumanLoopActivationConditionsConfig.Builder>serializableBuilderClass()HumanLoopActivationConditionsConfig.BuildertoBuilder()StringtoString()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
-
humanLoopActivationConditions
public final 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. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.
- Returns:
- 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. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.
-
toBuilder
public HumanLoopActivationConditionsConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HumanLoopActivationConditionsConfig.Builder,HumanLoopActivationConditionsConfig>
-
builder
public static HumanLoopActivationConditionsConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends HumanLoopActivationConditionsConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-