libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.Types.EdgeModel

Description

 
Synopsis

Documentation

data EdgeModel Source #

The model on the edge device.

See: newEdgeModel smart constructor.

Constructors

EdgeModel' 

Fields

Instances

Instances details
Eq EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Read EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Show EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Generic EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Associated Types

type Rep EdgeModel :: Type -> Type #

NFData EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Methods

rnf :: EdgeModel -> () #

Hashable EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

FromJSON EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

type Rep EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

type Rep EdgeModel = D1 ('MetaData "EdgeModel" "Amazonka.SageMaker.Types.EdgeModel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeModel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestInference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "latestSampleTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEdgeModel Source #

Create a value of EdgeModel 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:latestInference:EdgeModel', edgeModel_latestInference - The timestamp of the last inference that was made.

$sel:latestSampleTime:EdgeModel', edgeModel_latestSampleTime - The timestamp of the last data sample taken.

$sel:modelName:EdgeModel', edgeModel_modelName - The name of the model.

$sel:modelVersion:EdgeModel', edgeModel_modelVersion - The model version.

edgeModel_latestInference :: Lens' EdgeModel (Maybe UTCTime) Source #

The timestamp of the last inference that was made.

edgeModel_latestSampleTime :: Lens' EdgeModel (Maybe UTCTime) Source #

The timestamp of the last data sample taken.

edgeModel_modelName :: Lens' EdgeModel Text Source #

The name of the model.