| 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.EdgeModelStat
Description
Synopsis
- data EdgeModelStat = EdgeModelStat' {}
- newEdgeModelStat :: Text -> Text -> Integer -> Integer -> Integer -> Integer -> EdgeModelStat
- edgeModelStat_modelName :: Lens' EdgeModelStat Text
- edgeModelStat_modelVersion :: Lens' EdgeModelStat Text
- edgeModelStat_offlineDeviceCount :: Lens' EdgeModelStat Integer
- edgeModelStat_connectedDeviceCount :: Lens' EdgeModelStat Integer
- edgeModelStat_activeDeviceCount :: Lens' EdgeModelStat Integer
- edgeModelStat_samplingDeviceCount :: Lens' EdgeModelStat Integer
Documentation
data EdgeModelStat Source #
Status of edge devices with this model.
See: newEdgeModelStat smart constructor.
Constructors
| EdgeModelStat' | |
Fields
| |
Instances
Create a value of EdgeModelStat 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:EdgeModelStat', edgeModelStat_modelName - The name of the model.
$sel:modelVersion:EdgeModelStat', edgeModelStat_modelVersion - The model version.
$sel:offlineDeviceCount:EdgeModelStat', edgeModelStat_offlineDeviceCount - The number of devices that have this model version and do not have a
heart beat.
$sel:connectedDeviceCount:EdgeModelStat', edgeModelStat_connectedDeviceCount - The number of devices that have this model version and have a heart
beat.
$sel:activeDeviceCount:EdgeModelStat', edgeModelStat_activeDeviceCount - The number of devices that have this model version, a heart beat, and
are currently running.
$sel:samplingDeviceCount:EdgeModelStat', edgeModelStat_samplingDeviceCount - The number of devices with this model version and are producing sample
data.
edgeModelStat_modelName :: Lens' EdgeModelStat Text Source #
The name of the model.
edgeModelStat_modelVersion :: Lens' EdgeModelStat Text Source #
The model version.
edgeModelStat_offlineDeviceCount :: Lens' EdgeModelStat Integer Source #
The number of devices that have this model version and do not have a heart beat.
edgeModelStat_connectedDeviceCount :: Lens' EdgeModelStat Integer Source #
The number of devices that have this model version and have a heart beat.
edgeModelStat_activeDeviceCount :: Lens' EdgeModelStat Integer Source #
The number of devices that have this model version, a heart beat, and are currently running.
edgeModelStat_samplingDeviceCount :: Lens' EdgeModelStat Integer Source #
The number of devices with this model version and are producing sample data.