public interface ModelClient
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModelClient.ModelServiceException |
| Modifier and Type | Method and Description |
|---|---|
void |
createModel(String acctId,
String modelName)
Create a model
|
void |
deleteModel(String acctId,
String modelName)
Delete a model
|
void |
deleteObject(ModelObjectLocator locator)
Delete an object given a locator
|
String |
getModelData(String acctId,
String modelName)
Get the JSON data for the given model
|
List<String> |
getModels(String acctId)
Get the list of visible models for the given account.
|
ModelReference |
getObject(ModelObjectLocator locator)
Get an object from a model
|
List<String> getModels(String acctId) throws IOException, ModelClient.ModelServiceException
acctId - IOExceptionModelClient.ModelServiceExceptionString getModelData(String acctId, String modelName)
acctId - modelName - void createModel(String acctId, String modelName)
acctId - modelName - void deleteModel(String acctId, String modelName)
acctId - modelName - ModelReference getObject(ModelObjectLocator locator)
locator - void deleteObject(ModelObjectLocator locator)
locator - Copyright © 2020 continual.io. All rights reserved.