qcrboxapiclient.models.command_spec_with_parameters_response_implemented_asΒΆ

class qcrboxapiclient.models.command_spec_with_parameters_response_implemented_as.CommandSpecWithParametersResponseImplementedAs(*values)

Bases: str, Enum

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