@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 String humanLoopName()
The name of the human loop.
public String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
public HumanLoopInput humanLoopInput()
An object that contains information about the human loop.
public 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 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.