AlgorithmFactory.providersOf

Possible providers of a request assuming you don't have different types by the same name

class AlgorithmFactory
Vector!string
providersOf
(
in string algo_spec
)

Parameters

algo_spec string

the algorithm we are querying

Return Value

Type: Vector!string

list of providers of this algorithm

Meta