Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
The model on the edge device.
See: newEdgeModel
smart constructor.
EdgeModel' | |
|
Instances
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.