@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopOutput extends Object implements Serializable, Cloneable, StructuredPojo
Information about where the human output will be stored.
| Constructor and Description |
|---|
HumanLoopOutput() |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopOutput |
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)
Marshalls this structured data using the given
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.
|
HumanLoopOutput |
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.
outputS3Uri - The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.public String getOutputS3Uri()
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
public HumanLoopOutput withOutputS3Uri(String outputS3Uri)
The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.
outputS3Uri - The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.public String toString()
toString in class ObjectObject.toString()public HumanLoopOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.