| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.clone() |
Asset |
Asset.withGroundTruthManifest(GroundTruthManifest groundTruthManifest) |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
TestingData.getAssets()
The assets used for testing.
|
List<Asset> |
TrainingData.getAssets()
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
List<Asset> |
ValidationData.getAssets()
The assets that comprise the validation data.
|
| Modifier and Type | Method and Description |
|---|---|
TestingData |
TestingData.withAssets(Asset... assets)
The assets used for testing.
|
TrainingData |
TrainingData.withAssets(Asset... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
ValidationData |
ValidationData.withAssets(Asset... assets)
The assets that comprise the validation data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestingData.setAssets(Collection<Asset> assets)
The assets used for testing.
|
void |
TrainingData.setAssets(Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
void |
ValidationData.setAssets(Collection<Asset> assets)
The assets that comprise the validation data.
|
TestingData |
TestingData.withAssets(Collection<Asset> assets)
The assets used for testing.
|
TrainingData |
TrainingData.withAssets(Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
ValidationData |
ValidationData.withAssets(Collection<Asset> assets)
The assets that comprise the validation data.
|
Copyright © 2021. All rights reserved.