-
Methods in xyz.euclia.jaqpotj that throw JaqpotException
| Modifier and Type |
Method |
Description |
Future<Dataset> |
Jaqpot.GetDatasetById(String datasetId,
String token) |
Get a dataset
|
Future<Dataset> |
JaqpotImplementation.GetDatasetById(String datasetId,
String token) |
|
Future<Feature> |
Jaqpot.GetFeatureById(String featId,
String token) |
Get a feature by it's id
|
Future<Feature> |
JaqpotImplementation.GetFeatureById(String featId,
String token) |
|
Future<Model> |
Jaqpot.GetModelById(String id,
String token) |
Get a model by it's idp
|
Future<Model> |
JaqpotImplementation.GetModelById(String id,
String token) |
|
Future<Models> |
Jaqpot.GetOrgsModels(String orgId,
Number start,
Number max,
String token) |
Get an organizations models
|
Future<Models> |
JaqpotImplementation.GetOrgsModels(String orgId,
Number start,
Number max,
String token) |
|
Future<Models> |
Jaqpot.GetOrgsTagModels(String orgId,
String tag,
Number start,
Number max,
String token) |
Get an organizations models by tag
|
Future<Models> |
JaqpotImplementation.GetOrgsTagModels(String orgId,
String tag,
Number start,
Number max,
String token) |
|
Future<Models> |
Jaqpot.GetUsersModels(Number start,
Number max,
String token) |
Get the users models
|
Future<Models> |
JaqpotImplementation.GetUsersModels(Number start,
Number max,
String token) |
|
Future<Prediction> |
Jaqpot.Predict(String modelId,
List<Map<String,Object>> data,
String token) |
Get a dataset
|
Future<Prediction> |
JaqpotImplementation.Predict(String modelId,
List<Map<String,Object>> data,
String token) |
|
-
Methods in xyz.euclia.jaqpotj.consumers that throw JaqpotException
| Modifier and Type |
Method |
Description |
<T> CompletableFuture<T> |
BaseConsumer.getList(List<org.asynchttpclient.Param> params,
String token,
TypeReference<T> c) |
|
CompletableFuture<Models> |
ModelConsumer.getModelsWithParams(List<org.asynchttpclient.Param> params,
String token) |
|
<T> CompletableFuture<T> |
BaseConsumer.getWithId(String id,
String token,
TypeReference<T> c) |
|
<T> CompletableFuture<T> |
BaseConsumer.getWithIdAndParams(String id,
List<org.asynchttpclient.Param> params,
String token,
TypeReference<T> c) |
|
<T> CompletableFuture<T> |
BaseConsumer.getWithParams(List<org.asynchttpclient.Param> params,
String token,
TypeReference<T> c) |
|
<T> CompletableFuture<T> |
BaseConsumer.post(String data,
String token,
TypeReference<T> c) |
|
CompletableFuture<Task> |
ModelConsumer.predict(String modelId,
String datasetUri,
String token) |
|