| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription |
ProjectDescription.clone() |
ProjectDescription |
DescribeProjectResult.getProjectDescription()
The description of the project.
|
ProjectDescription |
ProjectDescription.withCreationTimestamp(Date creationTimestamp)
The unix timestamp for the date and time that the project was created.
|
ProjectDescription |
ProjectDescription.withDatasets(Collection<DatasetMetadata> datasets)
A list of datasets in the project.
|
ProjectDescription |
ProjectDescription.withDatasets(DatasetMetadata... datasets)
A list of datasets in the project.
|
ProjectDescription |
ProjectDescription.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription |
ProjectDescription.withProjectName(String projectName)
The name of the project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectResult.setProjectDescription(ProjectDescription projectDescription)
The description of the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectDescription(ProjectDescription projectDescription)
The description of the project.
|
Copyright © 2021. All rights reserved.