@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Summary extends Object implements Serializable, Cloneable, StructuredPojo
The S3 bucket that contains the training summary. The training summary includes aggregated evaluation metrics for the entire testing dataset and metrics for each individual label.
You get the training summary S3 bucket location by calling DescribeProjectVersions.
Constructor and Description |
---|
Summary() |
Modifier and Type | Method and Description |
---|---|
Summary |
clone() |
boolean |
equals(Object obj) |
S3Object |
getS3Object() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Object(S3Object s3Object) |
String |
toString()
Returns a string representation of this object.
|
Summary |
withS3Object(S3Object s3Object) |
public void setS3Object(S3Object s3Object)
s3Object
- public S3Object getS3Object()
public Summary withS3Object(S3Object s3Object)
s3Object
- public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.