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