amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.DatasetDescription

Description

 
Synopsis

Documentation

data DatasetDescription Source #

A description for a dataset. For more information, see DescribeDataset.

The status fields Status, StatusMessage, and StatusMessageCode reflect the last operation on the dataset.

See: newDatasetDescription smart constructor.

Constructors

DatasetDescription' 

Fields

Instances

Instances details
FromJSON DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

Generic DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

Associated Types

type Rep DatasetDescription :: Type -> Type #

Read DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

Show DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

NFData DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

Methods

rnf :: DatasetDescription -> () #

Eq DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

Hashable DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

type Rep DatasetDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetDescription

type Rep DatasetDescription = D1 ('MetaData "DatasetDescription" "Amazonka.Rekognition.Types.DatasetDescription" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "DatasetDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "datasetStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStats)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusMessageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatusMessageCode))))))

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:creationTimestamp:DatasetDescription', datasetDescription_creationTimestamp - The Unix timestamp for the time and date that the dataset was created.

$sel:datasetStats:DatasetDescription', datasetDescription_datasetStats - The status message code for the dataset.

$sel:lastUpdatedTimestamp:DatasetDescription', datasetDescription_lastUpdatedTimestamp - The Unix timestamp for the date and time that the dataset was last updated.

$sel:status:DatasetDescription', datasetDescription_status - The status of the dataset.

$sel:statusMessage:DatasetDescription', datasetDescription_statusMessage - The status message for the dataset.

$sel:statusMessageCode:DatasetDescription', datasetDescription_statusMessageCode - The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.

datasetDescription_creationTimestamp :: Lens' DatasetDescription (Maybe UTCTime) Source #

The Unix timestamp for the time and date that the dataset was created.

datasetDescription_lastUpdatedTimestamp :: Lens' DatasetDescription (Maybe UTCTime) Source #

The Unix timestamp for the date and time that the dataset was last updated.

datasetDescription_statusMessageCode :: Lens' DatasetDescription (Maybe DatasetStatusMessageCode) Source #

The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.