@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationOutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon S3 location where the results of your model evaluation job are saved.
Constructor and Description |
---|
EvaluationOutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
EvaluationOutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The Amazon S3 URI where the results of model evaluation job are saved.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The Amazon S3 URI where the results of model evaluation job are saved.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationOutputDataConfig |
withS3Uri(String s3Uri)
The Amazon S3 URI where the results of model evaluation job are saved.
|
public void setS3Uri(String s3Uri)
The Amazon S3 URI where the results of model evaluation job are saved.
s3Uri
- The Amazon S3 URI where the results of model evaluation job are saved.public String getS3Uri()
The Amazon S3 URI where the results of model evaluation job are saved.
public EvaluationOutputDataConfig withS3Uri(String s3Uri)
The Amazon S3 URI where the results of model evaluation job are saved.
s3Uri
- The Amazon S3 URI where the results of model evaluation job are saved.public String toString()
toString
in class Object
Object.toString()
public EvaluationOutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.