Uses of Class
software.amazon.awssdk.services.sagemaker.model.EdgeModelSummary
-
Packages that use EdgeModelSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EdgeModelSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EdgeModelSummary Modifier and Type Method Description List<EdgeModelSummary>DeviceSummary. models()Models on the device.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EdgeModelSummary Modifier and Type Method Description DeviceSummary.BuilderDeviceSummary.Builder. models(EdgeModelSummary... models)Models on the device.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EdgeModelSummary Modifier and Type Method Description DeviceSummary.BuilderDeviceSummary.Builder. models(Collection<EdgeModelSummary> models)Models on the device.
-