public class TrainingDataResult
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 |
---|
TrainingDataResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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 |
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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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 TrainingData getInput()
The training assets that you supplied for training.
The training assets that you supplied for training.
public void setInput(TrainingData input)
The training assets that you supplied for training.
input
- The training assets that you supplied for training.
public TrainingDataResult withInput(TrainingData input)
The training assets that you supplied for training.
Returns a reference to this object so that method calls can be chained together.
input
- The training assets that you supplied for training.
public TrainingData getOutput()
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
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 TrainingDataResult withOutput(TrainingData output)
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
Returns a reference to this object so that method calls can be chained together.
output
- The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
public ValidationData getValidation()
The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.
The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.
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 TrainingDataResult withValidation(ValidationData validation)
The location of the data validation manifest. The data validation manifest is created for the training 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 training 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.