libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LookoutVision.Types.DatasetDescription

Description

 
Synopsis

Documentation

data DatasetDescription Source #

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

See: newDatasetDescription smart constructor.

Constructors

DatasetDescription' 

Fields

Instances

Instances details
Eq DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Read DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Show DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Generic DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Associated Types

type Rep DatasetDescription :: Type -> Type #

NFData DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

Methods

rnf :: DatasetDescription -> () #

Hashable DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

FromJSON DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

type Rep DatasetDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.DatasetDescription

type Rep DatasetDescription = D1 ('MetaData "DatasetDescription" "Amazonka.LookoutVision.Types.DatasetDescription" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "DatasetDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetStatus)) :*: (S1 ('MetaSel ('Just "imageStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetImageStats)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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