Uses of Class
software.amazon.awssdk.services.sagemakeredge.model.Model
-
Packages that use Model Package Description software.amazon.awssdk.services.sagemakeredge.model -
-
Uses of Model in software.amazon.awssdk.services.sagemakeredge.model
Methods in software.amazon.awssdk.services.sagemakeredge.model that return types with arguments of type Model Modifier and Type Method Description List<Model>SendHeartbeatRequest. models()Returns a list of models deployed on the the device.Methods in software.amazon.awssdk.services.sagemakeredge.model with parameters of type Model Modifier and Type Method Description SendHeartbeatRequest.BuilderSendHeartbeatRequest.Builder. models(Model... models)Returns a list of models deployed on the the device.Method parameters in software.amazon.awssdk.services.sagemakeredge.model with type arguments of type Model Modifier and Type Method Description SendHeartbeatRequest.BuilderSendHeartbeatRequest.Builder. models(Collection<Model> models)Returns a list of models deployed on the the device.
-