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 DatasetDescription = DatasetDescription' {}
- newDatasetDescription :: DatasetDescription
- datasetDescription_status :: Lens' DatasetDescription (Maybe DatasetStatus)
- datasetDescription_imageStats :: Lens' DatasetDescription (Maybe DatasetImageStats)
- datasetDescription_statusMessage :: Lens' DatasetDescription (Maybe Text)
- datasetDescription_creationTimestamp :: Lens' DatasetDescription (Maybe UTCTime)
- datasetDescription_datasetType :: Lens' DatasetDescription (Maybe Text)
- datasetDescription_projectName :: Lens' DatasetDescription (Maybe Text)
- datasetDescription_lastUpdatedTimestamp :: Lens' DatasetDescription (Maybe UTCTime)
Documentation
data DatasetDescription Source #
The description for a dataset. For more information, see DescribeDataset.
See: newDatasetDescription
smart constructor.
DatasetDescription' | |
|
Instances
newDatasetDescription :: DatasetDescription Source #
Create a value of DatasetDescription
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:status:DatasetDescription'
, datasetDescription_status
- The status of the dataset.
$sel:imageStats:DatasetDescription'
, datasetDescription_imageStats
-
$sel:statusMessage:DatasetDescription'
, datasetDescription_statusMessage
- The status message for the dataset.
$sel:creationTimestamp:DatasetDescription'
, datasetDescription_creationTimestamp
- The Unix timestamp for the time and date that the dataset was created.
$sel:datasetType:DatasetDescription'
, datasetDescription_datasetType
- The type of the dataset. The value train
represents a training dataset
or single dataset project. The value test
represents a test dataset.
$sel:projectName:DatasetDescription'
, datasetDescription_projectName
- The name of the project that contains the dataset.
$sel:lastUpdatedTimestamp:DatasetDescription'
, datasetDescription_lastUpdatedTimestamp
- The Unix timestamp for the date and time that the dataset was last
updated.
datasetDescription_status :: Lens' DatasetDescription (Maybe DatasetStatus) Source #
The status of the dataset.
datasetDescription_statusMessage :: Lens' DatasetDescription (Maybe Text) Source #
The status message for the dataset.
datasetDescription_creationTimestamp :: Lens' DatasetDescription (Maybe UTCTime) Source #
The Unix timestamp for the time and date that the dataset was created.
datasetDescription_datasetType :: Lens' DatasetDescription (Maybe Text) Source #
The type of the dataset. The value train
represents a training dataset
or single dataset project. The value test
represents a test dataset.
datasetDescription_projectName :: Lens' DatasetDescription (Maybe Text) Source #
The name of the project that contains the dataset.
datasetDescription_lastUpdatedTimestamp :: Lens' DatasetDescription (Maybe UTCTime) Source #
The Unix timestamp for the date and time that the dataset was last updated.