modal.call_graph
modal.call_graph.InputInfo
class InputInfo(object)Simple data structure storing information about a function input.
__init__(self, input_id, function_call_id, task_id, status, function_name,
module_name, children)modal.call_graph.InputStatus
class InputStatus(enum.IntEnum)Enum representing status of a function input.
The possible values are:
PENDINGSUCCESSFAILUREINIT_FAILURETERMINATEDTIMEOUT