@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
The S3 location where Amazon Lookout for Vision saves model training files.
| Constructor and Description |
|---|
OutputConfig() |
| Modifier and Type | Method and Description |
|---|---|
OutputConfig |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3Location()
The S3 location for the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Location(S3Location s3Location)
The S3 location for the output.
|
String |
toString()
Returns a string representation of this object.
|
OutputConfig |
withS3Location(S3Location s3Location)
The S3 location for the output.
|
public void setS3Location(S3Location s3Location)
The S3 location for the output.
s3Location - The S3 location for the output.public S3Location getS3Location()
The S3 location for the output.
public OutputConfig withS3Location(S3Location s3Location)
The S3 location for the output.
s3Location - The S3 location for the output.public String toString()
toString in class ObjectObject.toString()public OutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.