| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
TrainingData |
TrainingData.clone() |
TrainingData |
TrainingDataResult.getInput()
The training assets that you supplied for training.
|
TrainingData |
TrainingDataResult.getOutput()
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
|
TrainingData |
CreateProjectVersionRequest.getTrainingData()
Specifies an external manifest that the services uses to train the model.
|
TrainingData |
TrainingData.withAssets(Asset... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
TrainingData |
TrainingData.withAssets(Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingDataResult.setInput(TrainingData input)
The training assets that you supplied for training.
|
void |
TrainingDataResult.setOutput(TrainingData output)
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
|
void |
CreateProjectVersionRequest.setTrainingData(TrainingData trainingData)
Specifies an external manifest that the services uses to train the model.
|
TrainingDataResult |
TrainingDataResult.withInput(TrainingData input)
The training assets that you supplied for training.
|
TrainingDataResult |
TrainingDataResult.withOutput(TrainingData output)
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withTrainingData(TrainingData trainingData)
Specifies an external manifest that the services uses to train the model.
|
Copyright © 2022. All rights reserved.