@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() |
HumanReviewDataAttributes |
dataAttributes()
Attributes of the data specified by the customer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HumanLoopInputContent |
humanLoopInput()
An object containing 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 String humanLoopName()
The name of the human loop.
public String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
public HumanLoopInputContent humanLoopInput()
An object containing information about the human loop.
public HumanReviewDataAttributes dataAttributes()
Attributes of the data specified by the customer.
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.