qcrboxapiclient.models.create_interactive_sessionΒΆ

class qcrboxapiclient.models.create_interactive_session.CreateInteractiveSession(application_slug, application_version, arguments)

Bases: object

Parameters:
  • application_slug (str)

  • application_version (str)

  • arguments (CreateInteractiveSessionArguments)

application_slug
Type:

str

application_version
Type:

str

arguments
Type:

CreateInteractiveSessionArguments

property additional_keys: list[str]
additional_properties: dict[str, Any]
application_slug: str
application_version: str
arguments: CreateInteractiveSessionArguments
classmethod from_dict(src_dict)
Return type:

TypeVar(T, bound= CreateInteractiveSession)

Parameters:

src_dict (Mapping[str, Any])

to_dict()
Return type:

dict[str, Any]