@Generated(value="software.amazon.awssdk:codegen") public final class EdgeModelStat extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeModelStat.Builder,EdgeModelStat>
Status of edge devices with this model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EdgeModelStat.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
activeDeviceCount()
The number of devices that have this model version, a heart beat, and are currently running.
|
static EdgeModelStat.Builder |
builder() |
Long |
connectedDeviceCount()
The number of devices that have this model version and have a heart beat.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelName()
The name of the model.
|
String |
modelVersion()
The model version.
|
Long |
offlineDeviceCount()
The number of devices that have this model version and do not have a heart beat.
|
Long |
samplingDeviceCount()
The number of devices with this model version and are producing sample data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgeModelStat.Builder> |
serializableBuilderClass() |
EdgeModelStat.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String modelName()
The name of the model.
public String modelVersion()
The model version.
public Long offlineDeviceCount()
The number of devices that have this model version and do not have a heart beat.
public Long connectedDeviceCount()
The number of devices that have this model version and have a heart beat.
public Long activeDeviceCount()
The number of devices that have this model version, a heart beat, and are currently running.
public Long samplingDeviceCount()
The number of devices with this model version and are producing sample data.
public EdgeModelStat.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EdgeModelStat.Builder,EdgeModelStat>public static EdgeModelStat.Builder builder()
public static Class<? extends EdgeModelStat.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.