| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeModelStat.Builder |
EdgeModelStat.Builder.activeDeviceCount(Long activeDeviceCount)
The number of devices that have this model version, a heart beat, and are currently running.
|
static EdgeModelStat.Builder |
EdgeModelStat.builder() |
EdgeModelStat.Builder |
EdgeModelStat.Builder.connectedDeviceCount(Long connectedDeviceCount)
The number of devices that have this model version and have a heart beat.
|
EdgeModelStat.Builder |
EdgeModelStat.Builder.modelName(String modelName)
The name of the model.
|
EdgeModelStat.Builder |
EdgeModelStat.Builder.modelVersion(String modelVersion)
The model version.
|
EdgeModelStat.Builder |
EdgeModelStat.Builder.offlineDeviceCount(Long offlineDeviceCount)
The number of devices that have this model version and do not have a heart beat.
|
EdgeModelStat.Builder |
EdgeModelStat.Builder.samplingDeviceCount(Long samplingDeviceCount)
The number of devices with this model version and are producing sample data.
|
EdgeModelStat.Builder |
EdgeModelStat.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EdgeModelStat.Builder> |
EdgeModelStat.serializableBuilderClass() |
Copyright © 2021. All rights reserved.