| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
TrainingData.assets()
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
List<Asset> |
TestingData.assets()
The assets used for testing.
|
List<Asset> |
ValidationData.assets()
The assets that comprise the validation data.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingData.Builder |
TrainingData.Builder.assets(Asset... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
TestingData.Builder |
TestingData.Builder.assets(Asset... assets)
The assets used for testing.
|
ValidationData.Builder |
ValidationData.Builder.assets(Asset... assets)
The assets that comprise the validation data.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingData.Builder |
TrainingData.Builder.assets(Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
TestingData.Builder |
TestingData.Builder.assets(Collection<Asset> assets)
The assets used for testing.
|
ValidationData.Builder |
ValidationData.Builder.assets(Collection<Asset> assets)
The assets that comprise the validation data.
|
Copyright © 2022. All rights reserved.