public class TestingDataResult
extends java.lang.Object
implements java.io.Serializable
Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.
Constructor and Description |
---|
TestingDataResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
TestingData |
getInput()
The testing dataset that was supplied for training.
|
TestingData |
getOutput()
The subset of the dataset that was actually tested.
|
ValidationData |
getValidation()
The location of the data validation manifest.
|
int |
hashCode() |
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.
|
void |
setValidation(ValidationData validation)
The location of the data validation manifest.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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.
|
TestingDataResult |
withValidation(ValidationData validation)
The location of the data validation manifest.
|
public TestingData getInput()
The testing dataset that was supplied for training.
The testing dataset that was supplied for training.
public void setInput(TestingData input)
The testing dataset that was supplied for training.
input
- The testing dataset that was supplied for training.
public TestingDataResult withInput(TestingData input)
The testing dataset that was supplied for training.
Returns a reference to this object so that method calls can be chained together.
input
- The testing dataset that was supplied for training.
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.
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
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 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.
Returns a reference to this object so that method calls can be chained together.
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 ValidationData getValidation()
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
public void setValidation(ValidationData validation)
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
validation
- The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
public TestingDataResult withValidation(ValidationData validation)
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
Returns a reference to this object so that method calls can be chained together.
validation
- The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.