== Result Aggregate Manager ==
The Result aggregate manager service group provides experimenter access to ML server databases.
=== getSchema ===
{{{
Get the Schema of a given experiment measurement database
ID of the Experiment
}}}
=== listTables ===
Service that lists tables in the experiment with given experiment ID.
{{{
Get the list of tables in given experiment measurement database
ID of the Experiment
}}}
=== querryDatabase ===
{{{
Get the Schema of a given experiment measurement database
ID of the Experiment
Format to return result in.
An SQLite query to run against the database
}}}
=== dumpDatabase ===
{{{
Dump the complete database holding the measurement results for a given experiment
ID of the Experiment
}}}