@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopOutputContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopOutputContent.Builder,HumanLoopOutputContent>
Information about where the human output will be stored.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HumanLoopOutputContent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopOutputContent.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 HumanLoopOutputContent.Builder> |
serializableBuilderClass() |
HumanLoopOutputContent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String outputS3Uri()
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output. The output is
stored at the following location: s3://S3OutputPath/HumanLoopName/CreationTime/output.json.
s3://S3OutputPath/HumanLoopName/CreationTime/output.json.public HumanLoopOutputContent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HumanLoopOutputContent.Builder,HumanLoopOutputContent>public static HumanLoopOutputContent.Builder builder()
public static Class<? extends HumanLoopOutputContent.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.