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

Description

 
Synopsis

Documentation

data ProjectDescription Source #

A description of an Amazon Rekognition Custom Labels project. For more information, see DescribeProjects.

See: newProjectDescription smart constructor.

Constructors

ProjectDescription' 

Fields

Instances

Instances details
FromJSON ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

Generic ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

Associated Types

type Rep ProjectDescription :: Type -> Type #

Read ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

Show ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

NFData ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

Methods

rnf :: ProjectDescription -> () #

Eq ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

Hashable ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

type Rep ProjectDescription Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ProjectDescription

type Rep ProjectDescription = D1 ('MetaData "ProjectDescription" "Amazonka.Rekognition.Types.ProjectDescription" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "ProjectDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetMetadata]))) :*: (S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectStatus)))))

newProjectDescription :: ProjectDescription Source #

Create a value of ProjectDescription 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:

ProjectDescription, projectDescription_creationTimestamp - The Unix timestamp for the date and time that the project was created.

$sel:datasets:ProjectDescription', projectDescription_datasets - Information about the training and test datasets in the project.

$sel:projectArn:ProjectDescription', projectDescription_projectArn - The Amazon Resource Name (ARN) of the project.

ProjectDescription, projectDescription_status - The current status of the project.

projectDescription_creationTimestamp :: Lens' ProjectDescription (Maybe UTCTime) Source #

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

projectDescription_datasets :: Lens' ProjectDescription (Maybe [DatasetMetadata]) Source #

Information about the training and test datasets in the project.

projectDescription_projectArn :: Lens' ProjectDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the project.