| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata |
CreateDatasetResponse.datasetMetadata()
Information about the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetMetadata> |
ProjectDescription.datasets()
A list of datasets in the project.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetResponse.Builder |
CreateDatasetResponse.Builder.datasetMetadata(DatasetMetadata datasetMetadata)
Information about the dataset.
|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(DatasetMetadata... datasets)
A list of datasets in the project.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(Collection<DatasetMetadata> datasets)
A list of datasets in the project.
|
Copyright © 2022. All rights reserved.