Interface EdgeModelStat.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EdgeModelStat.Builder,,EdgeModelStat> SdkBuilder<EdgeModelStat.Builder,,EdgeModelStat> SdkPojo
- Enclosing class:
 EdgeModelStat
public static interface EdgeModelStat.Builder
extends SdkPojo, CopyableBuilder<EdgeModelStat.Builder,EdgeModelStat> 
- 
Method Summary
Modifier and TypeMethodDescriptionactiveDeviceCount(Long activeDeviceCount) The number of devices that have this model version, a heart beat, and are currently running.connectedDeviceCount(Long connectedDeviceCount) The number of devices that have this model version and have a heart beat.The name of the model.modelVersion(String modelVersion) The model version.offlineDeviceCount(Long offlineDeviceCount) The number of devices that have this model version and do not have a heart beat.samplingDeviceCount(Long samplingDeviceCount) The number of devices with this model version and are producing sample data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
modelName
The name of the model.
- Parameters:
 modelName- The name of the model.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
modelVersion
The model version.
- Parameters:
 modelVersion- The model version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
offlineDeviceCount
The number of devices that have this model version and do not have a heart beat.
- Parameters:
 offlineDeviceCount- The number of devices that have this model version and do not have a heart beat.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connectedDeviceCount
The number of devices that have this model version and have a heart beat.
- Parameters:
 connectedDeviceCount- The number of devices that have this model version and have a heart beat.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
activeDeviceCount
The number of devices that have this model version, a heart beat, and are currently running.
- Parameters:
 activeDeviceCount- The number of devices that have this model version, a heart beat, and are currently running.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
samplingDeviceCount
The number of devices with this model version and are producing sample data.
- Parameters:
 samplingDeviceCount- The number of devices with this model version and are producing sample data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -