@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingDataResult extends Object implements Serializable, Cloneable, StructuredPojo
A Sagemaker Groundtruth format manifest file that represents the dataset used for training.
| 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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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.
|
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.
|
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 String toString()
toString in class ObjectObject.toString()public TrainingDataResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.