| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription |
ProjectDescription.clone() |
ProjectDescription |
ProjectDescription.withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the date and time that the project was created.
|
ProjectDescription |
ProjectDescription.withDatasets(Collection<DatasetMetadata> datasets)
Information about the training and test datasets in the project.
|
ProjectDescription |
ProjectDescription.withDatasets(DatasetMetadata... datasets)
Information about the training and test datasets in the project.
|
ProjectDescription |
ProjectDescription.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription |
ProjectDescription.withStatus(ProjectStatus status)
The current status of the project.
|
ProjectDescription |
ProjectDescription.withStatus(String status)
The current status of the project.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectDescription> |
DescribeProjectsResult.getProjectDescriptions()
A list of project descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectsResult |
DescribeProjectsResult.withProjectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectsResult.setProjectDescriptions(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResult |
DescribeProjectsResult.withProjectDescriptions(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
Copyright © 2022. All rights reserved.