| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeModelStat |
EdgeModelStat.clone() |
EdgeModelStat |
EdgeModelStat.withActiveDeviceCount(Long activeDeviceCount)
The number of devices that have this model version, a heart beat, and are currently running.
|
EdgeModelStat |
EdgeModelStat.withConnectedDeviceCount(Long connectedDeviceCount)
The number of devices that have this model version and have a heart beat.
|
EdgeModelStat |
EdgeModelStat.withModelName(String modelName)
The name of the model.
|
EdgeModelStat |
EdgeModelStat.withModelVersion(String modelVersion)
The model version.
|
EdgeModelStat |
EdgeModelStat.withOfflineDeviceCount(Long offlineDeviceCount)
The number of devices that have this model version and do not have a heart beat.
|
EdgeModelStat |
EdgeModelStat.withSamplingDeviceCount(Long samplingDeviceCount)
The number of devices with this model version and are producing sample data.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeModelStat> |
GetDeviceFleetReportResult.getModelStats()
Status of model on device.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withModelStats(EdgeModelStat... modelStats)
Status of model on device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceFleetReportResult.setModelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withModelStats(Collection<EdgeModelStat> modelStats)
Status of model on device.
|
Copyright © 2022. All rights reserved.