@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopOutput.Builder,HumanLoopOutput>
Information about where the human output will be stored.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HumanLoopOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputS3Uri()
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopOutput.Builder> |
serializableBuilderClass() |
HumanLoopOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String outputS3Uri()
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
public HumanLoopOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HumanLoopOutput.Builder,HumanLoopOutput>public static HumanLoopOutput.Builder builder()
public static Class<? extends HumanLoopOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.