| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DistributeDataset |
DistributeDataset.clone() |
DistributeDataset |
DistributeDataset.withArn(String arn)
The Amazon Resource Name (ARN) of the dataset that you want to use.
|
| Modifier and Type | Method and Description |
|---|---|
List<DistributeDataset> |
DistributeDatasetEntriesRequest.getDatasets()
The ARNS for the training dataset and test dataset that you want to use.
|
| Modifier and Type | Method and Description |
|---|---|
DistributeDatasetEntriesRequest |
DistributeDatasetEntriesRequest.withDatasets(DistributeDataset... datasets)
The ARNS for the training dataset and test dataset that you want to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistributeDatasetEntriesRequest.setDatasets(Collection<DistributeDataset> datasets)
The ARNS for the training dataset and test dataset that you want to use.
|
DistributeDatasetEntriesRequest |
DistributeDatasetEntriesRequest.withDatasets(Collection<DistributeDataset> datasets)
The ARNS for the training dataset and test dataset that you want to use.
|
Copyright © 2025. All rights reserved.