public static interface EdgeModelStat.Builder extends SdkPojo, CopyableBuilder<EdgeModelStat.Builder,EdgeModelStat>
| Modifier and Type | Method and Description |
|---|---|
EdgeModelStat.Builder |
activeDeviceCount(Long activeDeviceCount)
The number of devices that have this model version, a heart beat, and are currently running.
|
EdgeModelStat.Builder |
connectedDeviceCount(Long connectedDeviceCount)
The number of devices that have this model version and have a heart beat.
|
EdgeModelStat.Builder |
modelName(String modelName)
The name of the model.
|
EdgeModelStat.Builder |
modelVersion(String modelVersion)
The model version.
|
EdgeModelStat.Builder |
offlineDeviceCount(Long offlineDeviceCount)
The number of devices that have this model version and do not have a heart beat.
|
EdgeModelStat.Builder |
samplingDeviceCount(Long samplingDeviceCount)
The number of devices with this model version and are producing sample data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgeModelStat.Builder modelName(String modelName)
The name of the model.
modelName - The name of the model.EdgeModelStat.Builder modelVersion(String modelVersion)
The model version.
modelVersion - The model version.EdgeModelStat.Builder offlineDeviceCount(Long offlineDeviceCount)
The number of devices that have this model version and do not have a heart beat.
offlineDeviceCount - The number of devices that have this model version and do not have a heart beat.EdgeModelStat.Builder connectedDeviceCount(Long connectedDeviceCount)
The number of devices that have this model version and have a heart beat.
connectedDeviceCount - The number of devices that have this model version and have a heart beat.EdgeModelStat.Builder activeDeviceCount(Long activeDeviceCount)
The number of devices that have this model version, a heart beat, and are currently running.
activeDeviceCount - The number of devices that have this model version, a heart beat, and are currently running.EdgeModelStat.Builder samplingDeviceCount(Long samplingDeviceCount)
The number of devices with this model version and are producing sample data.
samplingDeviceCount - The number of devices with this model version and are producing sample data.Copyright © 2023. All rights reserved.