| 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.Evidently.Types.ProjectSummary
Description
Synopsis
- data ProjectSummary = ProjectSummary' {
- activeExperimentCount :: Maybe Integer
- activeLaunchCount :: Maybe Integer
- description :: Maybe Text
- experimentCount :: Maybe Integer
- featureCount :: Maybe Integer
- launchCount :: Maybe Integer
- tags :: Maybe (HashMap Text Text)
- arn :: Text
- createdTime :: POSIX
- lastUpdatedTime :: POSIX
- name :: Text
- status :: ProjectStatus
- newProjectSummary :: Text -> UTCTime -> UTCTime -> Text -> ProjectStatus -> ProjectSummary
- projectSummary_activeExperimentCount :: Lens' ProjectSummary (Maybe Integer)
- projectSummary_activeLaunchCount :: Lens' ProjectSummary (Maybe Integer)
- projectSummary_description :: Lens' ProjectSummary (Maybe Text)
- projectSummary_experimentCount :: Lens' ProjectSummary (Maybe Integer)
- projectSummary_featureCount :: Lens' ProjectSummary (Maybe Integer)
- projectSummary_launchCount :: Lens' ProjectSummary (Maybe Integer)
- projectSummary_tags :: Lens' ProjectSummary (Maybe (HashMap Text Text))
- projectSummary_arn :: Lens' ProjectSummary Text
- projectSummary_createdTime :: Lens' ProjectSummary UTCTime
- projectSummary_lastUpdatedTime :: Lens' ProjectSummary UTCTime
- projectSummary_name :: Lens' ProjectSummary Text
- projectSummary_status :: Lens' ProjectSummary ProjectStatus
Documentation
data ProjectSummary Source #
A structure that contains configuration information about an Evidently project.
See: newProjectSummary smart constructor.
Constructors
| ProjectSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> Text | |
| -> 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:activeExperimentCount:ProjectSummary', projectSummary_activeExperimentCount - The number of experiments currently in the project.
$sel:activeLaunchCount:ProjectSummary', projectSummary_activeLaunchCount - The number of ongoing launches currently in the project.
$sel:description:ProjectSummary', projectSummary_description - The description of the project.
$sel:experimentCount:ProjectSummary', projectSummary_experimentCount - The number of experiments currently in the project.
$sel:featureCount:ProjectSummary', projectSummary_featureCount - The number of features currently in the project.
$sel:launchCount:ProjectSummary', projectSummary_launchCount - The number of launches currently in the project, including launches that
are ongoing, completed, and not started yet.
$sel:tags:ProjectSummary', projectSummary_tags - The list of tag keys and values associated with this project.
$sel:arn:ProjectSummary', projectSummary_arn - The name or ARN of the project.
$sel:createdTime:ProjectSummary', projectSummary_createdTime - The date and time that the project is created.
$sel:lastUpdatedTime:ProjectSummary', projectSummary_lastUpdatedTime - The date and time that the project was most recently updated.
$sel:name:ProjectSummary', projectSummary_name - The name of the project.
$sel:status:ProjectSummary', projectSummary_status - The current state of the project.
projectSummary_activeExperimentCount :: Lens' ProjectSummary (Maybe Integer) Source #
The number of experiments currently in the project.
projectSummary_activeLaunchCount :: Lens' ProjectSummary (Maybe Integer) Source #
The number of ongoing launches currently in the project.
projectSummary_description :: Lens' ProjectSummary (Maybe Text) Source #
The description of the project.
projectSummary_experimentCount :: Lens' ProjectSummary (Maybe Integer) Source #
The number of experiments currently in the project.
projectSummary_featureCount :: Lens' ProjectSummary (Maybe Integer) Source #
The number of features currently in the project.
projectSummary_launchCount :: Lens' ProjectSummary (Maybe Integer) Source #
The number of launches currently in the project, including launches that are ongoing, completed, and not started yet.
projectSummary_tags :: Lens' ProjectSummary (Maybe (HashMap Text Text)) Source #
The list of tag keys and values associated with this project.
projectSummary_arn :: Lens' ProjectSummary Text Source #
The name or ARN of the project.
projectSummary_createdTime :: Lens' ProjectSummary UTCTime Source #
The date and time that the project is created.
projectSummary_lastUpdatedTime :: Lens' ProjectSummary UTCTime Source #
The date and time that the project was most recently updated.
projectSummary_name :: Lens' ProjectSummary Text Source #
The name of the project.
projectSummary_status :: Lens' ProjectSummary ProjectStatus Source #
The current state of the project.