IBMQFactory.providers¶
- IBMQFactory.providers(hub=None, group=None, project=None)[source]¶
Return a list of providers, subject to optional filtering.
- Parameters
hub (
Optional
[str
]) – Name of the hub.group (
Optional
[str
]) – Name of the group.project (
Optional
[str
]) – Name of the project.
- Return type
List
[AccountProvider
]- Returns
A list of providers that match the specified criteria.