| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.ProjectDescription
Description
Synopsis
- data ProjectDescription = ProjectDescription' {}
- newProjectDescription :: ProjectDescription
- projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime)
- projectDescription_datasets :: Lens' ProjectDescription (Maybe [DatasetMetadata])
- projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text)
- projectDescription_status :: Lens' ProjectDescription (Maybe ProjectStatus)
Documentation
data ProjectDescription Source #
A description of an Amazon Rekognition Custom Labels project. For more information, see DescribeProjects.
See: newProjectDescription smart constructor.
Constructors
| ProjectDescription' | |
Fields
| |
Instances
newProjectDescription :: ProjectDescription Source #
Create a value of ProjectDescription with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ProjectDescription, projectDescription_creationTimestamp - The Unix timestamp for the date and time that the project was created.
$sel:datasets:ProjectDescription', projectDescription_datasets - Information about the training and test datasets in the project.
$sel:projectArn:ProjectDescription', projectDescription_projectArn - The Amazon Resource Name (ARN) of the project.
ProjectDescription, projectDescription_status - The current status of the project.
projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime) Source #
The Unix timestamp for the date and time that the project was created.
projectDescription_datasets :: Lens' ProjectDescription (Maybe [DatasetMetadata]) Source #
Information about the training and test datasets in the project.
projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of the project.
projectDescription_status :: Lens' ProjectDescription (Maybe ProjectStatus) Source #
The current status of the project.