| 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.SageMaker.Types.ProjectSummary
Description
Synopsis
- data ProjectSummary = ProjectSummary' {}
- newProjectSummary :: Text -> Text -> Text -> UTCTime -> ProjectStatus -> ProjectSummary
- projectSummary_projectDescription :: Lens' ProjectSummary (Maybe Text)
- projectSummary_projectName :: Lens' ProjectSummary Text
- projectSummary_projectArn :: Lens' ProjectSummary Text
- projectSummary_projectId :: Lens' ProjectSummary Text
- projectSummary_creationTime :: Lens' ProjectSummary UTCTime
- projectSummary_projectStatus :: Lens' ProjectSummary ProjectStatus
Documentation
data ProjectSummary Source #
Information about a project.
See: newProjectSummary smart constructor.
Constructors
| ProjectSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> UTCTime | |
| -> ProjectStatus | |
| -> ProjectSummary |
Create a value of ProjectSummary 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:projectDescription:ProjectSummary', projectSummary_projectDescription - The description of the project.
$sel:projectName:ProjectSummary', projectSummary_projectName - The name of the project.
$sel:projectArn:ProjectSummary', projectSummary_projectArn - The Amazon Resource Name (ARN) of the project.
$sel:projectId:ProjectSummary', projectSummary_projectId - The ID of the project.
$sel:creationTime:ProjectSummary', projectSummary_creationTime - The time that the project was created.
$sel:projectStatus:ProjectSummary', projectSummary_projectStatus - The status of the project.
projectSummary_projectDescription :: Lens' ProjectSummary (Maybe Text) Source #
The description of the project.
projectSummary_projectName :: Lens' ProjectSummary Text Source #
The name of the project.
projectSummary_projectArn :: Lens' ProjectSummary Text Source #
The Amazon Resource Name (ARN) of the project.
projectSummary_projectId :: Lens' ProjectSummary Text Source #
The ID of the project.
projectSummary_creationTime :: Lens' ProjectSummary UTCTime Source #
The time that the project was created.
projectSummary_projectStatus :: Lens' ProjectSummary ProjectStatus Source #
The status of the project.