public interface ModelService
Modifier and Type | Method and Description |
---|---|
Set<ModelDescriptor> |
getAllModelDescriptors()
Gets all of the model descriptors.
|
ModelDescriptor |
getModelDescriptorById(String id)
Gets the lightweight representation of the model by its identifier.
|
ModelDescriptor getModelDescriptorById(String id) throws ModelNotFoundException
id
- The identifier of the model.ModelNotFoundException
- Thrown when the model does not exist.Set<ModelDescriptor> getAllModelDescriptors()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>