| 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.DatasetSummary
Description
Synopsis
- data DatasetSummary = DatasetSummary' {}
- newDatasetSummary :: DatasetSummary
- datasetSummary_creationDateTime :: Lens' DatasetSummary (Maybe UTCTime)
- datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_datasetType :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_lastUpdatedDateTime :: Lens' DatasetSummary (Maybe UTCTime)
- datasetSummary_name :: Lens' DatasetSummary (Maybe Text)
- datasetSummary_status :: Lens' DatasetSummary (Maybe Text)
Documentation
data DatasetSummary Source #
Provides a summary of the properties of a dataset. For a complete listing, call the DescribeDataset API.
See: newDatasetSummary smart constructor.
Constructors
| DatasetSummary' | |
Fields
| |
Instances
newDatasetSummary :: DatasetSummary Source #
Create a value of DatasetSummary 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:DatasetSummary', datasetSummary_creationDateTime - The date and time (in Unix time) that the dataset was created.
$sel:datasetArn:DatasetSummary', datasetSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset.
$sel:datasetType:DatasetSummary', datasetSummary_datasetType - The dataset type. One of the following values:
- Interactions
- Items
- Users
- Event-Interactions
$sel:lastUpdatedDateTime:DatasetSummary', datasetSummary_lastUpdatedDateTime - The date and time (in Unix time) that the dataset was last updated.
$sel:name:DatasetSummary', datasetSummary_name - The name of the dataset.
$sel:status:DatasetSummary', datasetSummary_status - The status of the dataset.
A dataset can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
datasetSummary_creationDateTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset was created.
datasetSummary_datasetArn :: Lens' DatasetSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset.
datasetSummary_datasetType :: Lens' DatasetSummary (Maybe Text) Source #
The dataset type. One of the following values:
- Interactions
- Items
- Users
- Event-Interactions
datasetSummary_lastUpdatedDateTime :: Lens' DatasetSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the dataset was last updated.
datasetSummary_name :: Lens' DatasetSummary (Maybe Text) Source #
The name of the dataset.
datasetSummary_status :: Lens' DatasetSummary (Maybe Text) Source #
The status of the dataset.
A dataset can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS