Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 12.7 KB

File metadata and controls

39 lines (36 loc) · 12.7 KB

WorkflowRunModel

Fields

Field Type Required Description
id str ✔️ N/A
workflow_version_id Nullable[str] ✔️ N/A
workflow_inputs Nullable[Any] ✔️ N/A
workflow_id str ✔️ N/A
workflow_api Nullable[Any] ✔️ N/A
machine_id Nullable[str] ✔️ N/A
origin str ✔️ N/A
status str ✔️ N/A
created_at date ✔️ N/A
updated_at date ✔️ N/A
gpu_event_id Nullable[str] ✔️ N/A
gpu Nullable[str] ✔️ N/A
machine_version Nullable[str] ✔️ N/A
machine_type Nullable[str] ✔️ N/A
modal_function_call_id Nullable[str] ✔️ N/A
user_id Nullable[str] ✔️ N/A
org_id Nullable[str] ✔️ N/A
live_status Nullable[str] ✔️ N/A
webhook Nullable[str] ✔️ N/A
webhook_status Nullable[str] ✔️ N/A
number int ✔️ N/A
duration Nullable[float] ✔️ N/A
cold_start_duration Nullable[float] ✔️ N/A
cold_start_duration_total Nullable[float] ✔️ N/A
run_duration Nullable[float] ✔️ N/A
ended_at date N/A
queued_at date N/A
started_at date N/A
progress Optional[float] N/A
is_realtime Optional[bool] N/A
webhook_intermediate_status Optional[bool] N/A
outputs List[components.WorkflowRunOutputModel] N/A