| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetDescription |
DatasetDescription.clone() |
DatasetDescription |
DescribeDatasetResult.getDatasetDescription()
The description for the dataset.
|
DatasetDescription |
DatasetDescription.withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
|
DatasetDescription |
DatasetDescription.withDatasetStats(DatasetStats datasetStats)
The status message code for the dataset.
|
DatasetDescription |
DatasetDescription.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
|
DatasetDescription |
DatasetDescription.withStatus(DatasetStatus status)
The status of the dataset.
|
DatasetDescription |
DatasetDescription.withStatus(String status)
The status of the dataset.
|
DatasetDescription |
DatasetDescription.withStatusMessage(String statusMessage)
The status message for the dataset.
|
DatasetDescription |
DatasetDescription.withStatusMessageCode(DatasetStatusMessageCode statusMessageCode)
The status message code for the dataset operation.
|
DatasetDescription |
DatasetDescription.withStatusMessageCode(String statusMessageCode)
The status message code for the dataset operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetResult.setDatasetDescription(DatasetDescription datasetDescription)
The description for the dataset.
|
DescribeDatasetResult |
DescribeDatasetResult.withDatasetDescription(DatasetDescription datasetDescription)
The description for the dataset.
|
Copyright © 2025. All rights reserved.