Skip to content

Commit 76dee03

Browse files
feat: Square UKP and Hypeman placement load factors
Stainless-Generated-From: 65cfe5b8da1de339f51b2027237b88f0746f376b
1 parent 9ea92bc commit 76dee03

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/kernel/types/analysis.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ class Analysis(BaseModel):
3131

3232
status: Literal["running", "completed", "failed", "canceled", "expired"]
3333
"""Lifecycle status of a background analysis."""
34+
35+
intent: Optional[str] = None
36+
"""The workload description supplied for this analysis.
37+
38+
Null when the analysis only tested connectivity.
39+
"""

0 commit comments

Comments
 (0)