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
- data Model = Model' {}
- newModel :: Model
- model_modelName :: Lens' Model (Maybe Text)
- model_modelMetrics :: Lens' Model (Maybe [EdgeMetric])
- model_modelVersion :: Lens' Model (Maybe Text)
- model_latestInference :: Lens' Model (Maybe UTCTime)
- model_latestSampleTime :: Lens' Model (Maybe UTCTime)
Documentation
Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.
See: newModel
smart constructor.
Model' | |
|
Instances
Create a value of Model
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:Model'
, model_modelName
- The name of the model.
$sel:modelMetrics:Model'
, model_modelMetrics
- Information required for model metrics.
$sel:modelVersion:Model'
, model_modelVersion
- The version of the model.
$sel:latestInference:Model'
, model_latestInference
- The timestamp of the last inference that was made.
$sel:latestSampleTime:Model'
, model_latestSampleTime
- The timestamp of the last data sample taken.
model_modelMetrics :: Lens' Model (Maybe [EdgeMetric]) Source #
Information required for model metrics.