Class RenderableTask
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.RenderableTask
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RenderableTask.Builder,RenderableTask>
@Generated("software.amazon.awssdk:codegen") public final class RenderableTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RenderableTask.Builder,RenderableTask>
Contains input values for a task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRenderableTask.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenderableTask.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringinput()A JSON object that contains values for the variables defined in the template.List<SdkField<?>>sdkFields()static Class<? extends RenderableTask.Builder>serializableBuilderClass()RenderableTask.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
-
input
public final String input()
A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable
task.input. For example, if you define a variabletask.input.textin your template, you can supply the variable in the JSON object as"text": "sample text".- Returns:
- A JSON object that contains values for the variables defined in the template. It is made available to the
template under the substitution variable
task.input. For example, if you define a variabletask.input.textin your template, you can supply the variable in the JSON object as"text": "sample text".
-
toBuilder
public RenderableTask.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RenderableTask.Builder,RenderableTask>
-
builder
public static RenderableTask.Builder builder()
-
serializableBuilderClass
public static Class<? extends RenderableTask.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.
-
-