twinlab.Emulator.list_processes#

Emulator.list_processes(verbose=False)[source]#

List all of the processes associated with a given emulator on the twinLab cloud.

Parameters:

verbose (bool, optional) – Determining level of information returned to the user. Default is False.

Returns:

List containing all of the process IDs associated with the emulator.

Return type:

list

Example

emulator = tl.Emulator("quickstart")
emulator.list_processes()
['predict-distinct-honey-milk', 'sample-four-hungry-wolves']