@Generated(value="software.amazon.awssdk:codegen") public final class StartHumanLoopRequest extends SageMakerA2IRuntimeRequest implements ToCopyableBuilder<StartHumanLoopRequest.Builder,StartHumanLoopRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartHumanLoopRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartHumanLoopRequest.Builder |
builder() |
HumanLoopDataAttributes |
dataAttributes()
Attributes of the specified data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HumanLoopInput |
humanLoopInput()
An object that contains information about the human loop.
|
String |
humanLoopName()
The name of the human loop.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartHumanLoopRequest.Builder> |
serializableBuilderClass() |
StartHumanLoopRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String humanLoopName()
The name of the human loop.
public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
public final HumanLoopInput humanLoopInput()
An object that contains information about the human loop.
public final HumanLoopDataAttributes dataAttributes()
Attributes of the specified data. Use DataAttributes to specify if your data is free of personally
identifiable information and/or free of adult content.
DataAttributes to specify if your data is free of
personally identifiable information and/or free of adult content.public StartHumanLoopRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartHumanLoopRequest.Builder,StartHumanLoopRequest>toBuilder in class SageMakerA2IRuntimeRequestpublic static StartHumanLoopRequest.Builder builder()
public static Class<? extends StartHumanLoopRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.