| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata |
DatasetMetadata.clone() |
DatasetMetadata |
CreateDatasetResult.getDatasetMetadata()
Information about the dataset.
|
DatasetMetadata |
DatasetMetadata.withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the date and time that the dataset was created.
|
DatasetMetadata |
DatasetMetadata.withDatasetType(String datasetType)
The type of the dataset.
|
DatasetMetadata |
DatasetMetadata.withStatus(DatasetStatus status)
The status for the dataset.
|
DatasetMetadata |
DatasetMetadata.withStatus(String status)
The status for the dataset.
|
DatasetMetadata |
DatasetMetadata.withStatusMessage(String statusMessage)
The status message for the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetMetadata> |
ProjectDescription.getDatasets()
A list of datasets in the project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDatasetResult.setDatasetMetadata(DatasetMetadata datasetMetadata)
Information about the dataset.
|
CreateDatasetResult |
CreateDatasetResult.withDatasetMetadata(DatasetMetadata datasetMetadata)
Information about the dataset.
|
ProjectDescription |
ProjectDescription.withDatasets(DatasetMetadata... datasets)
A list of datasets in the project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDescription.setDatasets(Collection<DatasetMetadata> datasets)
A list of datasets in the project.
|
ProjectDescription |
ProjectDescription.withDatasets(Collection<DatasetMetadata> datasets)
A list of datasets in the project.
|
Copyright © 2023. All rights reserved.