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 |
Documentation
data EdgeModelSummary Source #
Summary of model on edge device.
See: newEdgeModelSummary
smart constructor.
EdgeModelSummary' | |
|
Instances
:: Text | |
-> Text | |
-> EdgeModelSummary |
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.
edgeModelSummary_modelName :: Lens' EdgeModelSummary Text Source #
The name of the model.
edgeModelSummary_modelVersion :: Lens' EdgeModelSummary Text Source #
The version model.