Version 1 (modified by 12 years ago) ( diff ) | ,
---|
Result Aggregate Manager
The Result aggregate manager service group provides experimenter access to ML server databases.
getSchema
<service name="getSchema"> <info>Get the Schema of a given experiment measurement database</info> <args> <arg value="ExperimentID" name="expID" isRequired="true"> <info>ID of the Experiment</info> </arg> </args> </service>
listTables
Service that lists tables in the experiment with given experiment ID.
<service name="listTables"> <info>Get the list of tables in given experiment measurement database</info> <args> <arg value="ExperimentID" name="expID" isRequired="true"> <info>ID of the Experiment</info> </arg> </args>
querryDatabase
<service><service name="queryDatabase"> <info>Get the Schema of a given experiment measurement database</info> <args> <arg value="ExperimentID" name="expID" isRequired="true"> <info>ID of the Experiment</info> </arg> <arg value="xml | json" name="format" isRequired="true"> <info>Format to return result in.</info> </arg> <arg value="SQLquery" name="query" isRequired="true"> <info>An SQLite query to run against the database</info> </arg> </args> </service>
dumpDatabase
<service name="dumpDatabase"><info>Dump the complete database holding the measurement results for a given experiment</info> <args> <arg value="ExperimentID" name="expID" isRequired="true"> <info>ID of the Experiment</info> </arg> </args> </service>
Note:
See TracWiki
for help on using the wiki.