| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeModel |
EdgeModel.clone() |
EdgeModel |
EdgeModel.withLatestInference(Date latestInference)
The timestamp of the last inference that was made.
|
EdgeModel |
EdgeModel.withLatestSampleTime(Date latestSampleTime)
The timestamp of the last data sample taken.
|
EdgeModel |
EdgeModel.withModelName(String modelName)
The name of the model.
|
EdgeModel |
EdgeModel.withModelVersion(String modelVersion)
The model version.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeModel> |
DescribeDeviceResult.getModels()
Models on the device.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResult |
DescribeDeviceResult.withModels(EdgeModel... models)
Models on the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResult.setModels(Collection<EdgeModel> models)
Models on the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withModels(Collection<EdgeModel> models)
Models on the device.
|
Copyright © 2023. All rights reserved.