Class EdgeModelStat
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EdgeModelStat
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EdgeModelStat.Builder,EdgeModelStat>
@Generated("software.amazon.awssdk:codegen") public final class EdgeModelStat extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeModelStat.Builder,EdgeModelStat>
Status of edge devices with this model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EdgeModelStat.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelName
public final String modelName()
The name of the model.
- Returns:
- The name of the model.
-
modelVersion
public final String modelVersion()
The model version.
- Returns:
- The model version.
-
offlineDeviceCount
public final Long offlineDeviceCount()
The number of devices that have this model version and do not have a heart beat.
- Returns:
- The number of devices that have this model version and do not have a heart beat.
-
connectedDeviceCount
public final Long connectedDeviceCount()
The number of devices that have this model version and have a heart beat.
- Returns:
- The number of devices that have this model version and have a heart beat.
-
activeDeviceCount
public final Long activeDeviceCount()
The number of devices that have this model version, a heart beat, and are currently running.
- Returns:
- The number of devices that have this model version, a heart beat, and are currently running.
-
samplingDeviceCount
public final Long samplingDeviceCount()
The number of devices with this model version and are producing sample data.
- Returns:
- The number of devices with this model version and are producing sample data.
-
toBuilder
public EdgeModelStat.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<EdgeModelStat.Builder,EdgeModelStat>
-
builder
public static EdgeModelStat.Builder builder()
-
serializableBuilderClass
public static Class<? extends EdgeModelStat.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-