@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingDataResult extends Object implements Serializable, Cloneable, StructuredPojo
Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.
Constructor and Description |
---|
TrainingDataResult() |
Modifier and Type | Method and Description |
---|---|
TrainingDataResult |
clone() |
boolean |
equals(Object obj) |
TrainingData |
getInput()
The training assets that you supplied for training.
|
TrainingData |
getOutput()
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
|
ValidationData |
getValidation()
The location of the data validation manifest.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInput(TrainingData input)
The training assets that you supplied for training.
|
void |
setOutput(TrainingData output)
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
|
void |
setValidation(ValidationData validation)
The location of the data validation manifest.
|
String |
toString()
Returns a string representation of this object.
|
TrainingDataResult |
withInput(TrainingData input)
The training assets that you supplied for training.
|
TrainingDataResult |
withOutput(TrainingData output)
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
|
TrainingDataResult |
withValidation(ValidationData validation)
The location of the data validation manifest.
|
public void setInput(TrainingData input)
The training assets that you supplied for training.
input
- The training assets that you supplied for training.public TrainingData getInput()
The training assets that you supplied for training.
public TrainingDataResult withInput(TrainingData input)
The training assets that you supplied for training.
input
- The training assets that you supplied for training.public void setOutput(TrainingData output)
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
output
- The images (assets) that were actually trained by Amazon Rekognition Custom Labels.public TrainingData getOutput()
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
public TrainingDataResult withOutput(TrainingData output)
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
output
- The images (assets) that were actually trained by Amazon Rekognition Custom Labels.public void setValidation(ValidationData validation)
The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.
validation
- The location of the data validation manifest. The data validation manifest is created for the training
dataset during model training.public ValidationData getValidation()
The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.
public TrainingDataResult withValidation(ValidationData validation)
The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.
validation
- The location of the data validation manifest. The data validation manifest is created for the training
dataset during model training.public String toString()
toString
in class Object
Object.toString()
public TrainingDataResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.