@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestingDataResult extends Object implements Serializable, Cloneable, StructuredPojo
A Sagemaker Groundtruth format manifest file representing the dataset used for testing.
Constructor and Description |
---|
TestingDataResult() |
Modifier and Type | Method and Description |
---|---|
TestingDataResult |
clone() |
boolean |
equals(Object obj) |
TestingData |
getInput()
The testing dataset that was supplied for training.
|
TestingData |
getOutput()
The subset of the dataset that was actually tested.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInput(TestingData input)
The testing dataset that was supplied for training.
|
void |
setOutput(TestingData output)
The subset of the dataset that was actually tested.
|
String |
toString()
Returns a string representation of this object.
|
TestingDataResult |
withInput(TestingData input)
The testing dataset that was supplied for training.
|
TestingDataResult |
withOutput(TestingData output)
The subset of the dataset that was actually tested.
|
public void setInput(TestingData input)
The testing dataset that was supplied for training.
input
- The testing dataset that was supplied for training.public TestingData getInput()
The testing dataset that was supplied for training.
public TestingDataResult withInput(TestingData input)
The testing dataset that was supplied for training.
input
- The testing dataset that was supplied for training.public void setOutput(TestingData output)
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
output
- The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file
formatting and other issues.public TestingData getOutput()
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
public TestingDataResult withOutput(TestingData output)
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
output
- The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file
formatting and other issues.public String toString()
toString
in class Object
Object.toString()
public TestingDataResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.