Package org.carrot2.dcs.model
Class ListResponse
java.lang.Object
org.carrot2.dcs.model.ListResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionA map of algorithm names and their supported languages.A map of template names and their structure (pre-filledClusterRequest
). -
Constructor Summary
ConstructorsConstructorDescriptionListResponse
(Map<String, List<String>> algorithms, Map<String, ClusterRequest> templates) -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,
ClusterRequest> filterSensitiveDataFromTemplates
(Map<String, ClusterRequest> templates)
-
Field Details
-
algorithms
A map of algorithm names and their supported languages. -
templates
A map of template names and their structure (pre-filledClusterRequest
).
-
-
Constructor Details
-
ListResponse
-
-
Method Details
-
filterSensitiveDataFromTemplates
public static Map<String,ClusterRequest> filterSensitiveDataFromTemplates(Map<String, ClusterRequest> templates)
-