Index
All Classes|All Packages
A
- Algorithm - Class in xyz.euclia.jaqpotj.models
- Algorithm() - Constructor for class xyz.euclia.jaqpotj.models.Algorithm
- Algorithm(String) - Constructor for class xyz.euclia.jaqpotj.models.Algorithm
- Algorithm(Algorithm) - Constructor for class xyz.euclia.jaqpotj.models.Algorithm
B
- BaseConsumer<T> - Class in xyz.euclia.jaqpotj.consumers
- basePath - Variable in class xyz.euclia.jaqpotj.consumers.ModelConsumer
C
- CANCELLED - xyz.euclia.jaqpotj.models.Task.Status
-
The task is canceled by the User.
- CDK - xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
- close() - Method in class xyz.euclia.jaqpotj.consumers.DatasetConsumer
- close() - Method in class xyz.euclia.jaqpotj.consumers.FeatureConsumer
- close() - Method in class xyz.euclia.jaqpotj.consumers.ModelConsumer
- close() - Method in class xyz.euclia.jaqpotj.consumers.TaskConsumer
- close() - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- compareTo(TypeReference<T>) - Method in class xyz.euclia.jaqpotj.serializer.TypeReference
- COMPLETED - xyz.euclia.jaqpotj.models.Task.Status
-
The task has completed execution successfully.
- create(String, Serializer) - Method in class xyz.euclia.jaqpotj.JaqpotFactory
- CREATED - xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
- createFromMap(LinkedHashMap<String, String>, List<Map<String, Object>>) - Method in class xyz.euclia.jaqpotj.adapter.DatasetAdapterFactory
D
- DataEntry - Class in xyz.euclia.jaqpotj.models
- DataEntry() - Constructor for class xyz.euclia.jaqpotj.models.DataEntry
- Dataset - Class in xyz.euclia.jaqpotj.models
- Dataset() - Constructor for class xyz.euclia.jaqpotj.models.Dataset
- Dataset.DatasetExistence - Enum in xyz.euclia.jaqpotj.models
- Dataset.DescriptorCategory - Enum in xyz.euclia.jaqpotj.models
- DatasetAdapterFactory - Class in xyz.euclia.jaqpotj.adapter
- DatasetAdapterFactory() - Constructor for class xyz.euclia.jaqpotj.adapter.DatasetAdapterFactory
- DatasetConsumer - Class in xyz.euclia.jaqpotj.consumers
- DatasetConsumer(AsyncHttpClient, Serializer, String) - Constructor for class xyz.euclia.jaqpotj.consumers.DatasetConsumer
- DESCRIPTORSADDED - xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
E
- EntryId - Class in xyz.euclia.jaqpotj.models
- EntryId() - Constructor for class xyz.euclia.jaqpotj.models.EntryId
- EntryId(String, String, String) - Constructor for class xyz.euclia.jaqpotj.models.EntryId
- equals(Object) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- equals(Object) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- ERROR - xyz.euclia.jaqpotj.models.Task.Status
-
Task execution was interrupted due to some error related with the asynchronous job, either due to a bad request by the client, an internal server error or an error related to a third remote service.
- ErrorReport - Class in xyz.euclia.jaqpotj.models
- ErrorReport() - Constructor for class xyz.euclia.jaqpotj.models.ErrorReport
-
Trace error report.
- ErrorReport(String) - Constructor for class xyz.euclia.jaqpotj.models.ErrorReport
- ErrorReport(ErrorReport) - Constructor for class xyz.euclia.jaqpotj.models.ErrorReport
- EXPERIMENTAL - xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
F
- Feature - Class in xyz.euclia.jaqpotj.models
- Feature() - Constructor for class xyz.euclia.jaqpotj.models.Feature
- Feature(String) - Constructor for class xyz.euclia.jaqpotj.models.Feature
- Feature(Feature) - Constructor for class xyz.euclia.jaqpotj.models.Feature
- FeatureConsumer - Class in xyz.euclia.jaqpotj.consumers
- FeatureConsumer(AsyncHttpClient, Serializer, String) - Constructor for class xyz.euclia.jaqpotj.consumers.FeatureConsumer
- FeatureInfo - Class in xyz.euclia.jaqpotj.models
- FeatureInfo() - Constructor for class xyz.euclia.jaqpotj.models.FeatureInfo
- FeatureInfo(String, String) - Constructor for class xyz.euclia.jaqpotj.models.FeatureInfo
- FORPREDICTION - xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
- FORPREDICTION - xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
- FROMPRETRAINED - xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
G
- get_id() - Method in class xyz.euclia.jaqpotj.models.Algorithm
- get_id() - Method in class xyz.euclia.jaqpotj.models.DataEntry
- get_id() - Method in class xyz.euclia.jaqpotj.models.Dataset
- get_id() - Method in class xyz.euclia.jaqpotj.models.Feature
- get_id() - Method in class xyz.euclia.jaqpotj.models.Model
- get_id() - Method in class xyz.euclia.jaqpotj.models.Task
- getActor() - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- getActualModel() - Method in class xyz.euclia.jaqpotj.models.Model
- getAdditionalInfo() - Method in class xyz.euclia.jaqpotj.models.Model
- getAdditionalInfo() - Method in class xyz.euclia.jaqpotj.models.Trained
- getAdmissibleValues() - Method in class xyz.euclia.jaqpotj.models.Feature
- getAlgorithm() - Method in class xyz.euclia.jaqpotj.models.Model
- getAlgorithm() - Method in class xyz.euclia.jaqpotj.models.Trained
- getAllowedValues() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getAudiences() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getByModel() - Method in class xyz.euclia.jaqpotj.models.Dataset
- getCategory() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- getCode() - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- getComments() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getConditions() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- getContributors() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getCreators() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getData() - Method in class xyz.euclia.jaqpotj.models.Prediction
- getDataEntry() - Method in class xyz.euclia.jaqpotj.models.Dataset
- GetDatasetById(String, String) - Method in interface xyz.euclia.jaqpotj.Jaqpot
-
Get a dataset
- GetDatasetById(String, String) - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- getDatasetId() - Method in class xyz.euclia.jaqpotj.models.DataEntry
- getDatasetId() - Method in class xyz.euclia.jaqpotj.models.Prediction
- getDatasetPic() - Method in class xyz.euclia.jaqpotj.models.Dataset
- getDatasetUri() - Method in class xyz.euclia.jaqpotj.models.Model
- getDatasetURI() - Method in class xyz.euclia.jaqpotj.models.Dataset
- getDate() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getDependentFeatures() - Method in class xyz.euclia.jaqpotj.models.Model
- getDependentFeatures() - Method in class xyz.euclia.jaqpotj.models.Trained
- getDescription() - Method in enum xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
- getDescription() - Method in enum xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
- getDescription() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getDescription() - Method in class xyz.euclia.jaqpotj.models.Trained
- getDescriptions() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getDescriptors() - Method in class xyz.euclia.jaqpotj.models.Dataset
- getDetails() - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- getDoaModel() - Method in class xyz.euclia.jaqpotj.models.Model
- getDoi() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getDuration() - Method in class xyz.euclia.jaqpotj.models.Task
- getEntryId() - Method in class xyz.euclia.jaqpotj.models.DataEntry
- getErrorReport() - Method in class xyz.euclia.jaqpotj.models.Task
- getExecute() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getExistence() - Method in class xyz.euclia.jaqpotj.models.Dataset
- GetFeatureById(String, String) - Method in interface xyz.euclia.jaqpotj.Jaqpot
-
Get a feature by it's id
- GetFeatureById(String, String) - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- getFeatured() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- getFeatures() - Method in class xyz.euclia.jaqpotj.models.Dataset
- getHasSources() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getHttpStatus() - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- getHttpStatus() - Method in class xyz.euclia.jaqpotj.models.Task
- getId() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- getIdentifiers() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getImplementedWith() - Method in class xyz.euclia.jaqpotj.models.Trained
- getIndependentFeatures() - Method in class xyz.euclia.jaqpotj.models.Model
- getIndependentFeatures() - Method in class xyz.euclia.jaqpotj.models.Trained
- getKey() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- getLinkedModels() - Method in class xyz.euclia.jaqpotj.models.Model
- getList(List<Param>, String, TypeReference<T>) - Method in class xyz.euclia.jaqpotj.consumers.BaseConsumer
- getLocked() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getMarkdown() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getMaxArraySize() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getMaxValue() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getMessage() - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- getMeta() - Method in class xyz.euclia.jaqpotj.models.Algorithm
- getMeta() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- getMinArraySize() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getMinValue() - Method in class xyz.euclia.jaqpotj.models.Parameter
- GetModelById(String, String) - Method in interface xyz.euclia.jaqpotj.Jaqpot
-
Get a model by it's idp
- GetModelById(String, String) - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- getModelId() - Method in class xyz.euclia.jaqpotj.models.Prediction
- getModels() - Method in class xyz.euclia.jaqpotj.models.Models
- getModelsWithParams(List<Param>, String) - Method in class xyz.euclia.jaqpotj.consumers.ModelConsumer
- getName() - Method in enum xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
- getName() - Method in enum xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
- getName() - Method in class xyz.euclia.jaqpotj.models.EntryId
- getName() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- getName() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getName() - Method in class xyz.euclia.jaqpotj.models.Substance
- getOnt() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- getOntologicalClasses() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- getOnTrash() - Method in class xyz.euclia.jaqpotj.models.Dataset
- GetOrgsModels(String, Number, Number, String) - Method in interface xyz.euclia.jaqpotj.Jaqpot
-
Get an organizations models
- GetOrgsModels(String, Number, Number, String) - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- GetOrgsTagModels(String, String, Number, Number, String) - Method in interface xyz.euclia.jaqpotj.Jaqpot
-
Get an organizations models by tag
- GetOrgsTagModels(String, String, Number, Number, String) - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- getOwnerUUID() - Method in class xyz.euclia.jaqpotj.models.EntryId
- getOwnerUUID() - Method in class xyz.euclia.jaqpotj.models.Substance
- getParameters() - Method in class xyz.euclia.jaqpotj.models.Algorithm
- getParameters() - Method in class xyz.euclia.jaqpotj.models.Model
- getPercentageCompleted() - Method in class xyz.euclia.jaqpotj.models.Task
- getPicture() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getPmmlModel() - Method in class xyz.euclia.jaqpotj.models.Model
- getPmmlModel() - Method in class xyz.euclia.jaqpotj.models.Trained
- getPmmlTransformations() - Method in class xyz.euclia.jaqpotj.models.Model
- getPredictedFeatures() - Method in class xyz.euclia.jaqpotj.models.Model
- getPredictedFeatures() - Method in class xyz.euclia.jaqpotj.models.Trained
- getPredictions() - Method in class xyz.euclia.jaqpotj.models.Prediction
- getPredictionService() - Method in class xyz.euclia.jaqpotj.models.Algorithm
- getPredictorFor() - Method in class xyz.euclia.jaqpotj.models.Feature
- getPublishers() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getRanking() - Method in class xyz.euclia.jaqpotj.models.Algorithm
- getRawModel() - Method in class xyz.euclia.jaqpotj.models.Trained
- getRead() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getReliability() - Method in class xyz.euclia.jaqpotj.models.Model
- getReportService() - Method in class xyz.euclia.jaqpotj.models.Algorithm
- getResult() - Method in class xyz.euclia.jaqpotj.models.Task
- getResultUri() - Method in class xyz.euclia.jaqpotj.models.Task
- getRights() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getRuntime() - Method in class xyz.euclia.jaqpotj.models.Trained
- getSameAs() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getScope() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getSeeAlso() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getStatus() - Method in exception xyz.euclia.jaqpotj.exception.JaqpotException
- getStatus() - Method in class xyz.euclia.jaqpotj.models.Task
- getSubjects() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getTags() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getTemporary() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- getTitle() - Method in class xyz.euclia.jaqpotj.models.Trained
- getTitles() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- getTotal() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntities
- getTotal() - Method in class xyz.euclia.jaqpotj.models.Models
- getTotalColumns() - Method in class xyz.euclia.jaqpotj.models.Dataset
- getTotalRows() - Method in class xyz.euclia.jaqpotj.models.Dataset
- getTrainingService() - Method in class xyz.euclia.jaqpotj.models.Algorithm
- getTransformationModels() - Method in class xyz.euclia.jaqpotj.models.Model
- getType() - Method in class xyz.euclia.jaqpotj.models.EntryId
- getType() - Method in class xyz.euclia.jaqpotj.models.Task
- getType() - Method in class xyz.euclia.jaqpotj.serializer.TypeReference
- getUnits() - Method in class xyz.euclia.jaqpotj.models.Feature
- getUnits() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- getURI() - Method in class xyz.euclia.jaqpotj.models.EntryId
- getURI() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- getURI() - Method in class xyz.euclia.jaqpotj.models.Substance
- GetUsersModels(Number, Number, String) - Method in interface xyz.euclia.jaqpotj.Jaqpot
-
Get the users models
- GetUsersModels(Number, Number, String) - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- getValue() - Method in class xyz.euclia.jaqpotj.models.Parameter
- getValues() - Method in class xyz.euclia.jaqpotj.models.DataEntry
- getVisible() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- getWithId(String, String, TypeReference<T>) - Method in class xyz.euclia.jaqpotj.consumers.BaseConsumer
- getWithIdAndParams(String, List<Param>, String, TypeReference<T>) - Method in class xyz.euclia.jaqpotj.consumers.BaseConsumer
- getWithParams(List<Param>, String, TypeReference<T>) - Method in class xyz.euclia.jaqpotj.consumers.BaseConsumer
- getWrite() - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- GO - xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
H
- hashCode() - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- hashCode() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
I
- IMAGE - xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
- isBatched() - Method in class xyz.euclia.jaqpotj.models.Trained
- isClosed() - Method in interface xyz.euclia.jaqpotj.serializer.Serializer
J
- Jaqpot - Interface in xyz.euclia.jaqpotj
- jaqpotEntities() - Method in class xyz.euclia.jaqpotj.models.JaqpotEntities
- JaqpotEntities - Class in xyz.euclia.jaqpotj.models
- JaqpotEntities() - Constructor for class xyz.euclia.jaqpotj.models.JaqpotEntities
- JaqpotEntity - Class in xyz.euclia.jaqpotj.models
- JaqpotEntity() - Constructor for class xyz.euclia.jaqpotj.models.JaqpotEntity
- JaqpotEntity(String) - Constructor for class xyz.euclia.jaqpotj.models.JaqpotEntity
- JaqpotEntity(JaqpotEntity) - Constructor for class xyz.euclia.jaqpotj.models.JaqpotEntity
- JaqpotException - Exception in xyz.euclia.jaqpotj.exception
- JaqpotException() - Constructor for exception xyz.euclia.jaqpotj.exception.JaqpotException
- JaqpotException(int, String) - Constructor for exception xyz.euclia.jaqpotj.exception.JaqpotException
- JaqpotException(String) - Constructor for exception xyz.euclia.jaqpotj.exception.JaqpotException
- JaqpotException(String, Throwable) - Constructor for exception xyz.euclia.jaqpotj.exception.JaqpotException
- JaqpotException(String, Throwable, boolean, boolean) - Constructor for exception xyz.euclia.jaqpotj.exception.JaqpotException
- JaqpotException(Throwable) - Constructor for exception xyz.euclia.jaqpotj.exception.JaqpotException
- JaqpotFactory - Class in xyz.euclia.jaqpotj
- JaqpotFactory() - Constructor for class xyz.euclia.jaqpotj.JaqpotFactory
- JaqpotImplementation - Class in xyz.euclia.jaqpotj
- JaqpotImplementation(AsyncHttpClient, Serializer, ModelConsumer, FeatureConsumer, DatasetConsumer, TaskConsumer) - Constructor for class xyz.euclia.jaqpotj.JaqpotImplementation
M
- MANDATORY - xyz.euclia.jaqpotj.models.Parameter.Scope
-
A parameter is mandatory when the user has to provide it's value and no default values can be assigned to it.
- MetaInfo - Class in xyz.euclia.jaqpotj.models
- MetaInfo() - Constructor for class xyz.euclia.jaqpotj.models.MetaInfo
- MetaInfo(MetaInfo) - Constructor for class xyz.euclia.jaqpotj.models.MetaInfo
- Model - Class in xyz.euclia.jaqpotj.models
- Model() - Constructor for class xyz.euclia.jaqpotj.models.Model
- Model(String) - Constructor for class xyz.euclia.jaqpotj.models.Model
- Model(Model) - Constructor for class xyz.euclia.jaqpotj.models.Model
-
Copy-constructor for Model objects.
- ModelConsumer - Class in xyz.euclia.jaqpotj.consumers
- ModelConsumer(AsyncHttpClient, Serializer, String) - Constructor for class xyz.euclia.jaqpotj.consumers.ModelConsumer
- Models - Class in xyz.euclia.jaqpotj.models
- Models() - Constructor for class xyz.euclia.jaqpotj.models.Models
- MOPAC - xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
O
- OPTIONAL - xyz.euclia.jaqpotj.models.Parameter.Scope
-
If a parameter is tagged as 'Optional' then the client does not need to provide its value explicitly but instead a default value will be used.
P
- Parameter - Class in xyz.euclia.jaqpotj.models
- Parameter() - Constructor for class xyz.euclia.jaqpotj.models.Parameter
- Parameter(String) - Constructor for class xyz.euclia.jaqpotj.models.Parameter
- Parameter(Parameter) - Constructor for class xyz.euclia.jaqpotj.models.Parameter
- Parameter.Scope - Enum in xyz.euclia.jaqpotj.models
- parse(InputStream, Class<T>) - Method in interface xyz.euclia.jaqpotj.serializer.Serializer
- parse(InputStream, TypeReference<T>) - Method in interface xyz.euclia.jaqpotj.serializer.Serializer
- parse(String, Class<T>) - Method in interface xyz.euclia.jaqpotj.serializer.Serializer
- path - Variable in class xyz.euclia.jaqpotj.consumers.BaseConsumer
- path - Variable in class xyz.euclia.jaqpotj.consumers.ModelConsumer
- post(String, String, TypeReference<T>) - Method in class xyz.euclia.jaqpotj.consumers.BaseConsumer
- predict(String, String, String) - Method in class xyz.euclia.jaqpotj.consumers.ModelConsumer
- Predict(String, List<Map<String, Object>>, String) - Method in interface xyz.euclia.jaqpotj.Jaqpot
-
Get a dataset
- Predict(String, List<Map<String, Object>>, String) - Method in class xyz.euclia.jaqpotj.JaqpotImplementation
- PREDICTED - xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
- PREDICTED - xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
- Prediction - Class in xyz.euclia.jaqpotj.models
- Prediction() - Constructor for class xyz.euclia.jaqpotj.models.Prediction
- PREDICTION - xyz.euclia.jaqpotj.models.Task.Type
- PREPARATION - xyz.euclia.jaqpotj.models.Task.Type
Q
- QUEUED - xyz.euclia.jaqpotj.models.Task.Status
-
The task is created and put in an execution queue but is not running yet.
R
- REJECTED - xyz.euclia.jaqpotj.models.Task.Status
-
Due to large load on the server or issues related to A&A or user quota, the task was rejected for execution.
- RUNNING - xyz.euclia.jaqpotj.models.Task.Status
-
The task is still Running in the background as an asynchronous job.
S
- Serializer - Interface in xyz.euclia.jaqpotj.serializer
- set_id(String) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- set_id(String) - Method in class xyz.euclia.jaqpotj.models.DataEntry
- set_id(String) - Method in class xyz.euclia.jaqpotj.models.Dataset
- set_id(String) - Method in class xyz.euclia.jaqpotj.models.Feature
- set_id(String) - Method in class xyz.euclia.jaqpotj.models.Model
- set_id(String) - Method in class xyz.euclia.jaqpotj.models.Task
- setActor(String) - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- setActualModel(Object) - Method in class xyz.euclia.jaqpotj.models.Model
- setAdditionalInfo(Object) - Method in class xyz.euclia.jaqpotj.models.Model
- setAdditionalInfo(Object) - Method in class xyz.euclia.jaqpotj.models.Trained
- setAdmissibleValues(Set<String>) - Method in class xyz.euclia.jaqpotj.models.Feature
- setAlgorithm(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setAlgorithm(Algorithm) - Method in class xyz.euclia.jaqpotj.models.Model
- setAllowedValues(List<Object>) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setAudiences(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setBatched(boolean) - Method in class xyz.euclia.jaqpotj.models.Trained
- setByModel(String) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setCategory(Dataset.DescriptorCategory) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- setCode(String) - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- setComments(List<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setConditions(Map<String, Object>) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- setContributors(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setCreators(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setData(List<Map<String, Object>>) - Method in class xyz.euclia.jaqpotj.models.Prediction
- setDataEntry(List<DataEntry>) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setDatasetId(String) - Method in class xyz.euclia.jaqpotj.models.DataEntry
- setDatasetId(String) - Method in class xyz.euclia.jaqpotj.models.Prediction
- setDatasetPic(String) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setDatasetUri(String) - Method in class xyz.euclia.jaqpotj.models.Model
- setDatasetURI(String) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setDate(Date) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setDependentFeatures(List<String>) - Method in class xyz.euclia.jaqpotj.models.Model
- setDependentFeatures(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setDescription(String) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setDescriptions(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setDescriptors(Set<Dataset.DescriptorCategory>) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setDetails(String) - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- setDiscription(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setDoaModel(String) - Method in class xyz.euclia.jaqpotj.models.Model
- setDoi(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setDuration(Long) - Method in class xyz.euclia.jaqpotj.models.Task
- setEntryId(EntryId) - Method in class xyz.euclia.jaqpotj.models.DataEntry
- setErrorReport(ErrorReport) - Method in class xyz.euclia.jaqpotj.models.Task
- setExecute(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setExistence(Dataset.DatasetExistence) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setFeatured(Boolean) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- setFeatures(Set<FeatureInfo>) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setHasSources(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setHttpStatus(Integer) - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- setHttpStatus(Integer) - Method in class xyz.euclia.jaqpotj.models.Task
- setId(String) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- setIdentifiers(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setImplementedWith(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setIndependentFeatures(List<String>) - Method in class xyz.euclia.jaqpotj.models.Model
- setIndependentFeatures(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setJe(List<JaqpotEntity>) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntities
- setKey(String) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- setLinkedModels(List<String>) - Method in class xyz.euclia.jaqpotj.models.Model
- setLocked(boolean) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setMarkdown(String) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setMaxArraySize(Integer) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setMaxValue(Object) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setMessage(String) - Method in class xyz.euclia.jaqpotj.models.ErrorReport
- setMeta(MetaInfo) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- setMeta(MetaInfo) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- setMinArraySize(Integer) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setMinValue(Object) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setModelId(String) - Method in class xyz.euclia.jaqpotj.models.Prediction
- setModels(List<Model>) - Method in class xyz.euclia.jaqpotj.models.Models
- setName(String) - Method in class xyz.euclia.jaqpotj.models.EntryId
- setName(String) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- setName(String) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setName(String) - Method in class xyz.euclia.jaqpotj.models.Substance
- setOnt(String) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- setOntologicalClasses(Set<String>) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- setOnTrash(Boolean) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setOwnerUUID(String) - Method in class xyz.euclia.jaqpotj.models.EntryId
- setOwnerUUID(String) - Method in class xyz.euclia.jaqpotj.models.Substance
- setParameters(Map<String, Object>) - Method in class xyz.euclia.jaqpotj.models.Model
- setParameters(Set<Parameter>) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- setPercentageCompleted(Float) - Method in class xyz.euclia.jaqpotj.models.Task
- setPicture(String) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setPmmlModel(Object) - Method in class xyz.euclia.jaqpotj.models.Model
- setPmmlModel(Object) - Method in class xyz.euclia.jaqpotj.models.Trained
- setPmmlTransformations(String) - Method in class xyz.euclia.jaqpotj.models.Model
- setPredictedFeatures(List<String>) - Method in class xyz.euclia.jaqpotj.models.Model
- setPredictedFeatures(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setPredictions(List<Map<String, Object>>) - Method in class xyz.euclia.jaqpotj.models.Prediction
- setPredictionService(String) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- setPredictorFor(String) - Method in class xyz.euclia.jaqpotj.models.Feature
- setPublishers(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setRanking(int) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- setRanking(Integer) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- setRawModel(Object) - Method in class xyz.euclia.jaqpotj.models.Trained
- setRead(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setReliability(Integer) - Method in class xyz.euclia.jaqpotj.models.Model
- setReportService(String) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- setResult(String) - Method in class xyz.euclia.jaqpotj.models.Task
- setResultUri(String) - Method in class xyz.euclia.jaqpotj.models.Task
- setRights(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setRuntime(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setSameAs(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setScope(Parameter.Scope) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setSeeAlso(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setStatus(int) - Method in exception xyz.euclia.jaqpotj.exception.JaqpotException
- setStatus(Task.Status) - Method in class xyz.euclia.jaqpotj.models.Task
- setSubjects(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setTags(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setTemporary(Boolean) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- setTitle(List<String>) - Method in class xyz.euclia.jaqpotj.models.Trained
- setTitles(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- setTotal(Integer) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntities
- setTotal(Integer) - Method in class xyz.euclia.jaqpotj.models.Models
- setTotalColumns(Integer) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setTotalRows(Integer) - Method in class xyz.euclia.jaqpotj.models.Dataset
- setTrainingService(String) - Method in class xyz.euclia.jaqpotj.models.Algorithm
- setTransformationModels(List<String>) - Method in class xyz.euclia.jaqpotj.models.Model
- setType(String) - Method in class xyz.euclia.jaqpotj.models.EntryId
- setType(Task.Type) - Method in class xyz.euclia.jaqpotj.models.Task
- setUnits(String) - Method in class xyz.euclia.jaqpotj.models.Feature
- setUnits(String) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- setURI(String) - Method in class xyz.euclia.jaqpotj.models.EntryId
- setURI(String) - Method in class xyz.euclia.jaqpotj.models.FeatureInfo
- setURI(String) - Method in class xyz.euclia.jaqpotj.models.Substance
- setValue(Object) - Method in class xyz.euclia.jaqpotj.models.Parameter
- setValues(TreeMap<String, Object>) - Method in class xyz.euclia.jaqpotj.models.DataEntry
- setVisible(Boolean) - Method in class xyz.euclia.jaqpotj.models.JaqpotEntity
- setWrite(Set<String>) - Method in class xyz.euclia.jaqpotj.models.MetaInfo
- Substance - Class in xyz.euclia.jaqpotj.models
- Substance() - Constructor for class xyz.euclia.jaqpotj.models.Substance
- Substance(String, String, String) - Constructor for class xyz.euclia.jaqpotj.models.Substance
T
- Task - Class in xyz.euclia.jaqpotj.models
- Task() - Constructor for class xyz.euclia.jaqpotj.models.Task
- Task(String) - Constructor for class xyz.euclia.jaqpotj.models.Task
- Task(Task) - Constructor for class xyz.euclia.jaqpotj.models.Task
- Task.Status - Enum in xyz.euclia.jaqpotj.models
-
Status of the task revealing information about the asynchronous job with which the task is related and runs on a server.
- Task.Type - Enum in xyz.euclia.jaqpotj.models
- TaskConsumer - Class in xyz.euclia.jaqpotj.consumers
- TaskConsumer(AsyncHttpClient, Serializer, String) - Constructor for class xyz.euclia.jaqpotj.consumers.TaskConsumer
- toString() - Method in class xyz.euclia.jaqpotj.models.Dataset
- toString() - Method in class xyz.euclia.jaqpotj.models.EntryId
- toString() - Method in class xyz.euclia.jaqpotj.models.Substance
- Trained - Class in xyz.euclia.jaqpotj.models
- Trained() - Constructor for class xyz.euclia.jaqpotj.models.Trained
- TRAINING - xyz.euclia.jaqpotj.models.Task.Type
- TRANFORMED - xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
- TypeReference<T> - Class in xyz.euclia.jaqpotj.serializer
- TypeReference() - Constructor for class xyz.euclia.jaqpotj.serializer.TypeReference
U
- UPLOADED - xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
V
- VALIDATION - xyz.euclia.jaqpotj.models.Task.Type
- valueOf(String) - Static method in enum xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum xyz.euclia.jaqpotj.models.Parameter.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum xyz.euclia.jaqpotj.models.Task.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum xyz.euclia.jaqpotj.models.Task.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum xyz.euclia.jaqpotj.models.Dataset.DatasetExistence
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum xyz.euclia.jaqpotj.models.Parameter.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum xyz.euclia.jaqpotj.models.Task.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum xyz.euclia.jaqpotj.models.Task.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- write(Object) - Method in interface xyz.euclia.jaqpotj.serializer.Serializer
- write(Object, OutputStream) - Method in interface xyz.euclia.jaqpotj.serializer.Serializer
- write(Object, Writer) - Method in interface xyz.euclia.jaqpotj.serializer.Serializer
X
- xyz.euclia.jaqpotj - package xyz.euclia.jaqpotj
- xyz.euclia.jaqpotj.adapter - package xyz.euclia.jaqpotj.adapter
- xyz.euclia.jaqpotj.consumers - package xyz.euclia.jaqpotj.consumers
- xyz.euclia.jaqpotj.exception - package xyz.euclia.jaqpotj.exception
- xyz.euclia.jaqpotj.models - package xyz.euclia.jaqpotj.models
- xyz.euclia.jaqpotj.serializer - package xyz.euclia.jaqpotj.serializer
_
- _type - Variable in class xyz.euclia.jaqpotj.serializer.TypeReference
All Classes|All Packages