@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopOutputContent extends Object implements Serializable, Cloneable, StructuredPojo
Information about where the human output will be stored.
| Constructor and Description |
|---|
HumanLoopOutputContent() |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopOutputContent |
clone() |
boolean |
equals(Object obj) |
String |
getOutputS3Uri()
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOutputS3Uri(String outputS3Uri)
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopOutputContent |
withOutputS3Uri(String outputS3Uri)
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
|
public void setOutputS3Uri(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.
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
.public String getOutputS3Uri()
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 withOutputS3Uri(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.
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
.public String toString()
toString in class ObjectObject.toString()public HumanLoopOutputContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.