@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)
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.
|
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.