Added Services interaction to return a list of Service URIs.
Showing
1 changed file
with
15 additions
and
0 deletions
... | @@ -266,6 +266,21 @@ | ... | @@ -266,6 +266,21 @@ |
266 | 266 | ||
267 | </output> | 267 | </output> |
268 | </operation> | 268 | </operation> |
269 | |||
270 | <operation name="Services"> | ||
271 | <comment> | ||
272 | Operation returns the list of calculation service URIs available. | ||
273 | </comment> | ||
274 | <input name="input" type="Tensor.InputBase" sid="0x1062"> | ||
275 | </input> | ||
276 | <output name="output" type="Tensor.OutputBase" sid="0x1063"> | ||
277 | <elem name="uriServices" multiplicity = "0..*" type="Tensor.uri"> | ||
278 | <comment>One or more services to use to process the specified data sets. Analysis can comprise multiple services | ||
279 | processing the datasets and producing reports that provide a comparative performance. | ||
280 | </comment> | ||
281 | </elem> | ||
282 | </output> | ||
283 | </operation> | ||
269 | </interface> | 284 | </interface> |
270 | 285 | ||
271 | <!-- | 286 | <!-- | ... | ... |
-
Please register or sign in to post a comment