| 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.Personalize.Types.RecommenderSummary
Description
Synopsis
- data RecommenderSummary = RecommenderSummary' {}
- newRecommenderSummary :: RecommenderSummary
- recommenderSummary_creationDateTime :: Lens' RecommenderSummary (Maybe UTCTime)
- recommenderSummary_datasetGroupArn :: Lens' RecommenderSummary (Maybe Text)
- recommenderSummary_lastUpdatedDateTime :: Lens' RecommenderSummary (Maybe UTCTime)
- recommenderSummary_name :: Lens' RecommenderSummary (Maybe Text)
- recommenderSummary_recipeArn :: Lens' RecommenderSummary (Maybe Text)
- recommenderSummary_recommenderArn :: Lens' RecommenderSummary (Maybe Text)
- recommenderSummary_recommenderConfig :: Lens' RecommenderSummary (Maybe RecommenderConfig)
- recommenderSummary_status :: Lens' RecommenderSummary (Maybe Text)
Documentation
data RecommenderSummary Source #
Provides a summary of the properties of the recommender.
See: newRecommenderSummary smart constructor.
Constructors
| RecommenderSummary' | |
Fields
| |
Instances
newRecommenderSummary :: RecommenderSummary Source #
Create a value of RecommenderSummary 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:creationDateTime:RecommenderSummary', recommenderSummary_creationDateTime - The date and time (in Unix format) that the recommender was created.
$sel:datasetGroupArn:RecommenderSummary', recommenderSummary_datasetGroupArn - The Amazon Resource Name (ARN) of the Domain dataset group that contains
the recommender.
$sel:lastUpdatedDateTime:RecommenderSummary', recommenderSummary_lastUpdatedDateTime - The date and time (in Unix format) that the recommender was last
updated.
$sel:name:RecommenderSummary', recommenderSummary_name - The name of the recommender.
$sel:recipeArn:RecommenderSummary', recommenderSummary_recipeArn - The Amazon Resource Name (ARN) of the recipe (Domain dataset group use
case) that the recommender was created for.
$sel:recommenderArn:RecommenderSummary', recommenderSummary_recommenderArn - The Amazon Resource Name (ARN) of the recommender.
$sel:recommenderConfig:RecommenderSummary', recommenderSummary_recommenderConfig - The configuration details of the recommender.
$sel:status:RecommenderSummary', recommenderSummary_status - The status of the recommender. A recommender can be in one of the
following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
- DELETE PENDING > DELETE IN_PROGRESS
recommenderSummary_creationDateTime :: Lens' RecommenderSummary (Maybe UTCTime) Source #
The date and time (in Unix format) that the recommender was created.
recommenderSummary_datasetGroupArn :: Lens' RecommenderSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
recommenderSummary_lastUpdatedDateTime :: Lens' RecommenderSummary (Maybe UTCTime) Source #
The date and time (in Unix format) that the recommender was last updated.
recommenderSummary_name :: Lens' RecommenderSummary (Maybe Text) Source #
The name of the recommender.
recommenderSummary_recipeArn :: Lens' RecommenderSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created for.
recommenderSummary_recommenderArn :: Lens' RecommenderSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the recommender.
recommenderSummary_recommenderConfig :: Lens' RecommenderSummary (Maybe RecommenderConfig) Source #
The configuration details of the recommender.
recommenderSummary_status :: Lens' RecommenderSummary (Maybe Text) Source #
The status of the recommender. A recommender can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
- DELETE PENDING > DELETE IN_PROGRESS