| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.EdgeModel
Description
Synopsis
Documentation
The model on the edge device.
See: newEdgeModel smart constructor.
Constructors
| EdgeModel' | |
Fields
| |
Instances
| FromJSON EdgeModel Source # | |
| Generic EdgeModel Source # | |
| Read EdgeModel Source # | |
| Show EdgeModel Source # | |
| NFData EdgeModel Source # | |
Defined in Amazonka.SageMaker.Types.EdgeModel | |
| Eq EdgeModel Source # | |
| Hashable EdgeModel Source # | |
Defined in Amazonka.SageMaker.Types.EdgeModel | |
| type Rep EdgeModel Source # | |
Defined in Amazonka.SageMaker.Types.EdgeModel type Rep EdgeModel = D1 ('MetaData "EdgeModel" "Amazonka.SageMaker.Types.EdgeModel" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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)))) | |
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.