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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgeModelStat.BuilderactiveDeviceCount(Long activeDeviceCount)The number of devices that have this model version, a heart beat, and are currently running.EdgeModelStat.BuilderconnectedDeviceCount(Long connectedDeviceCount)The number of devices that have this model version and have a heart beat.EdgeModelStat.BuildermodelName(String modelName)The name of the model.EdgeModelStat.BuildermodelVersion(String modelVersion)The model version.EdgeModelStat.BuilderofflineDeviceCount(Long offlineDeviceCount)The number of devices that have this model version and do not have a heart beat.EdgeModelStat.BuildersamplingDeviceCount(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
modelName
EdgeModelStat.Builder modelName(String 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
EdgeModelStat.Builder modelVersion(String 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
EdgeModelStat.Builder offlineDeviceCount(Long 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
EdgeModelStat.Builder connectedDeviceCount(Long 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
EdgeModelStat.Builder activeDeviceCount(Long 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
EdgeModelStat.Builder samplingDeviceCount(Long 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.
-
-