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 interfaceEdgeModelStat.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongactiveDeviceCount()The number of devices that have this model version, a heart beat, and are currently running.static EdgeModelStat.Builderbuilder()LongconnectedDeviceCount()The number of devices that have this model version and have a heart beat.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelName()The name of the model.StringmodelVersion()The model version.LongofflineDeviceCount()The number of devices that have this model version and do not have a heart beat.LongsamplingDeviceCount()The number of devices with this model version and are producing sample data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EdgeModelStat.Builder>serializableBuilderClass()EdgeModelStat.BuildertoBuilder()StringtoString()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-