Class HumanLoopInput
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>
@Generated("software.amazon.awssdk:codegen") public final class HumanLoopInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>
An object containing the human loop input in JSON format.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHumanLoopInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HumanLoopInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputContent()Serialized input from the human loop.List<SdkField<?>>sdkFields()static Class<? extends HumanLoopInput.Builder>serializableBuilderClass()HumanLoopInput.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
-
inputContent
public final String inputContent()
Serialized input from the human loop. The input must be a string representation of a file in JSON format.
- Returns:
- Serialized input from the human loop. The input must be a string representation of a file in JSON format.
-
toBuilder
public HumanLoopInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>
-
builder
public static HumanLoopInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends HumanLoopInput.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.
-
-