qcrboxapiclient.models.command_spec_with_parameters_implemented_asΒΆ

class qcrboxapiclient.models.command_spec_with_parameters_implemented_as.CommandSpecWithParametersImplementedAs(*values)

Bases: str, Enum

CLI_COMMAND = 'cli_command'
INTERACTIVE = 'interactive'
INTERACTIVE_SESSION = 'interactive_session'
PYTHON_CALLABLE = 'python_callable'