uses data.String
/*
{"description" : "An interface to query compute devices about their current state and their compute abilities e.g supported types and % of memory in use on device"}
*/
interface ComputeInfo {
/* {"@description" : "Returns all the devices (by name) available to the system"} */
String[] getDevices()
}
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n io.compute.ComputeInfo -m "reason for update" -u yourUsername
Version 1 (this version) by ben
Notes for this version: Standard Library Initialisation