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.DatasetMetadata

Description

 
Synopsis

Documentation

data DatasetMetadata Source #

Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see ProjectDescription.

See: newDatasetMetadata smart constructor.

Constructors

DatasetMetadata' 

Fields

Instances

Instances details
FromJSON DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

Generic DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

Associated Types

type Rep DatasetMetadata :: Type -> Type #

Read DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

Show DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

NFData DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

Methods

rnf :: DatasetMetadata -> () #

Eq DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

Hashable DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

type Rep DatasetMetadata Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetMetadata

type Rep DatasetMetadata = D1 ('MetaData "DatasetMetadata" "Amazonka.Rekognition.Types.DatasetMetadata" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "DatasetMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetType)))) :*: (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))))))

newDatasetMetadata :: DatasetMetadata Source #

Create a value of DatasetMetadata 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:DatasetMetadata', datasetMetadata_creationTimestamp - The Unix timestamp for the date and time that the dataset was created.

$sel:datasetArn:DatasetMetadata', datasetMetadata_datasetArn - The Amazon Resource Name (ARN) for the dataset.

$sel:datasetType:DatasetMetadata', datasetMetadata_datasetType - The type of the dataset.

$sel:status:DatasetMetadata', datasetMetadata_status - The status for the dataset.

$sel:statusMessage:DatasetMetadata', datasetMetadata_statusMessage - The status message for the dataset.

$sel:statusMessageCode:DatasetMetadata', datasetMetadata_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.

datasetMetadata_creationTimestamp :: Lens' DatasetMetadata (Maybe UTCTime) Source #

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

datasetMetadata_datasetArn :: Lens' DatasetMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) for the dataset.

datasetMetadata_statusMessage :: Lens' DatasetMetadata (Maybe Text) Source #

The status message for the dataset.

datasetMetadata_statusMessageCode :: Lens' DatasetMetadata (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.