GPUdb.show_proc( proc_name = '', options = {} )
Shows information about a proc.
Input Parameter Description
Name | Type | Description | ||||
---|---|---|---|---|---|---|
proc_name | str | Name of the proc to show information about. If specified, must be the name of a currently existing proc. If not specified, information about all procs will be returned. Default value is ''. | ||||
options | dict of str | Optional parameters. Default value is an empty dict ( {} ).
|
Output Parameter Description
Name | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
proc_names | list of str | The proc names. | ||||||||||
execution_modes | list of str | The execution modes of the procs named in output parameter proc_names.
|
||||||||||
files | list of dicts of str | Maps of the files that make up the procs named in output parameter proc_names. | ||||||||||
commands | list of str | The commands (excluding arguments) that will be invoked when the procs named in output parameter proc_names are executed. | ||||||||||
args | list of lists of str | Arrays of command-line arguments that will be passed to the procs named in output parameter proc_names when executed. | ||||||||||
options | list of dicts of str | The optional parameters for the procs named in output parameter proc_names. |