| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata |
DatasetMetadata.clone() |
DatasetMetadata |
DatasetMetadata.withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the date and time that the dataset was created.
|
DatasetMetadata |
DatasetMetadata.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) for the dataset.
|
DatasetMetadata |
DatasetMetadata.withDatasetType(DatasetType datasetType)
The type of the dataset.
|
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.
|
DatasetMetadata |
DatasetMetadata.withStatusMessageCode(DatasetStatusMessageCode statusMessageCode)
The status message code for the dataset operation.
|
DatasetMetadata |
DatasetMetadata.withStatusMessageCode(String statusMessageCode)
The status message code for the dataset operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetMetadata> |
ProjectDescription.getDatasets()
Information about the training and test datasets in the project.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription |
ProjectDescription.withDatasets(DatasetMetadata... datasets)
Information about the training and test datasets in the project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDescription.setDatasets(Collection<DatasetMetadata> datasets)
Information about the training and test datasets in the project.
|
ProjectDescription |
ProjectDescription.withDatasets(Collection<DatasetMetadata> datasets)
Information about the training and test datasets in the project.
|
Copyright © 2024. All rights reserved.