| Package | Description |
|---|---|
| com.amazonaws.services.sagemakeredgemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Model |
Model.clone() |
Model |
Model.withLatestInference(Date latestInference)
The timestamp of the last inference that was made.
|
Model |
Model.withLatestSampleTime(Date latestSampleTime)
The timestamp of the last data sample taken.
|
Model |
Model.withModelMetrics(Collection<EdgeMetric> modelMetrics)
Information required for model metrics.
|
Model |
Model.withModelMetrics(EdgeMetric... modelMetrics)
Information required for model metrics.
|
Model |
Model.withModelName(String modelName)
The name of the model.
|
Model |
Model.withModelVersion(String modelVersion)
The version of the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
SendHeartbeatRequest.getModels()
Returns a list of models deployed on the the device.
|
| Modifier and Type | Method and Description |
|---|---|
SendHeartbeatRequest |
SendHeartbeatRequest.withModels(Model... models)
Returns a list of models deployed on the the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendHeartbeatRequest.setModels(Collection<Model> models)
Returns a list of models deployed on the the device.
|
SendHeartbeatRequest |
SendHeartbeatRequest.withModels(Collection<Model> models)
Returns a list of models deployed on the the device.
|
Copyright © 2021. All rights reserved.