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

Description

 
Synopsis

Documentation

data ModelMetadata Source #

Describes an Amazon Lookout for Vision model.

See: newModelMetadata smart constructor.

Constructors

ModelMetadata' 

Fields

Instances

Instances details
Eq ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Read ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Show ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Generic ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Associated Types

type Rep ModelMetadata :: Type -> Type #

NFData ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

Methods

rnf :: ModelMetadata -> () #

Hashable ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

FromJSON ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

type Rep ModelMetadata Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelMetadata

type Rep ModelMetadata = D1 ('MetaData "ModelMetadata" "Amazonka.LookoutVision.Types.ModelMetadata" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "ModelMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelStatus)) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "performance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPerformance)))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModelMetadata :: ModelMetadata Source #

Create a value of ModelMetadata 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:ModelMetadata', modelMetadata_status - The status of the model.

$sel:modelArn:ModelMetadata', modelMetadata_modelArn - The Amazon Resource Name (ARN) of the model.

$sel:performance:ModelMetadata', modelMetadata_performance - Performance metrics for the model. Not available until training has successfully completed.

$sel:statusMessage:ModelMetadata', modelMetadata_statusMessage - The status message for the model.

$sel:creationTimestamp:ModelMetadata', modelMetadata_creationTimestamp - The unix timestamp for the date and time that the model was created.

$sel:modelVersion:ModelMetadata', modelMetadata_modelVersion - The version of the model.

$sel:description:ModelMetadata', modelMetadata_description - The description for the model.

modelMetadata_modelArn :: Lens' ModelMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the model.

modelMetadata_performance :: Lens' ModelMetadata (Maybe ModelPerformance) Source #

Performance metrics for the model. Not available until training has successfully completed.

modelMetadata_statusMessage :: Lens' ModelMetadata (Maybe Text) Source #

The status message for the model.

modelMetadata_creationTimestamp :: Lens' ModelMetadata (Maybe UTCTime) Source #

The unix timestamp for the date and time that the model was created.

modelMetadata_description :: Lens' ModelMetadata (Maybe Text) Source #

The description for the model.