| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeModelSummary |
EdgeModelSummary.clone() |
EdgeModelSummary |
EdgeModelSummary.withModelName(String modelName)
The name of the model.
|
EdgeModelSummary |
EdgeModelSummary.withModelVersion(String modelVersion)
The version model.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeModelSummary> |
DeviceSummary.getModels()
Models on the device.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceSummary |
DeviceSummary.withModels(EdgeModelSummary... models)
Models on the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceSummary.setModels(Collection<EdgeModelSummary> models)
Models on the device.
|
DeviceSummary |
DeviceSummary.withModels(Collection<EdgeModelSummary> models)
Models on the device.
|
Copyright © 2025. All rights reserved.