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

Description

 
Synopsis

Documentation

data EdgeModelSummary Source #

Summary of model on edge device.

See: newEdgeModelSummary smart constructor.

Constructors

EdgeModelSummary' 

Fields

Instances

Instances details
Eq EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Read EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Show EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Generic EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Associated Types

type Rep EdgeModelSummary :: Type -> Type #

NFData EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Methods

rnf :: EdgeModelSummary -> () #

Hashable EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

FromJSON EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

type Rep EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

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

newEdgeModelSummary Source #

Create a value of EdgeModelSummary 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:modelName:EdgeModelSummary', edgeModelSummary_modelName - The name of the model.

$sel:modelVersion:EdgeModelSummary', edgeModelSummary_modelVersion - The version model.