Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ProjectDescription = ProjectDescription' {}
- newProjectDescription :: ProjectDescription
- projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime)
- projectDescription_projectName :: Lens' ProjectDescription (Maybe Text)
- projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text)
- projectDescription_datasets :: Lens' ProjectDescription (Maybe [DatasetMetadata])
Documentation
data ProjectDescription Source #
Describe an Amazon Lookout for Vision project. For more information, see DescribeProject.
See: newProjectDescription
smart constructor.
ProjectDescription' | |
|
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:
$sel:creationTimestamp:ProjectDescription'
, projectDescription_creationTimestamp
- The unix timestamp for the date and time that the project was created.
$sel:projectName:ProjectDescription'
, projectDescription_projectName
- The name of the project.
$sel:projectArn:ProjectDescription'
, projectDescription_projectArn
- The Amazon Resource Name (ARN) of the project.
$sel:datasets:ProjectDescription'
, projectDescription_datasets
- A list of datasets in the project.
projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime) Source #
The unix timestamp for the date and time that the project was created.
projectDescription_projectName :: Lens' ProjectDescription (Maybe Text) Source #
The name of the project.
projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of the project.
projectDescription_datasets :: Lens' ProjectDescription (Maybe [DatasetMetadata]) Source #
A list of datasets in the project.