@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, wait
copy
public final String modelName()
The name of the model.
public final String modelVersion()
The model version.
public final Long offlineDeviceCount()
The number of devices that have this model version and do not have a heart beat.
public final Long connectedDeviceCount()
The number of devices that have this model version and have a heart beat.
public final Long activeDeviceCount()
The number of devices that have this model version, a heart beat, and are currently running.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.