| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetSource |
DatasetSource.clone() |
DatasetSource |
CreateDatasetRequest.getDatasetSource()
The source files for the dataset.
|
DatasetSource |
DatasetSource.withDatasetArn(String datasetArn)
The ARN of an Amazon Rekognition Custom Labels dataset that you want to copy.
|
DatasetSource |
DatasetSource.withGroundTruthManifest(GroundTruthManifest groundTruthManifest) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDatasetRequest.setDatasetSource(DatasetSource datasetSource)
The source files for the dataset.
|
CreateDatasetRequest |
CreateDatasetRequest.withDatasetSource(DatasetSource datasetSource)
The source files for the dataset.
|
Copyright © 2024. All rights reserved.