FARunResult
The full result of a failure analysis run.
Property:
tags — alias for failure_tags.
Methods:
get_item_tags(item_index: int) -> List[FATag]— tags for a specific input itemget_failed_items() -> List[FARunInput]— items with at least one failureget_clean_items() -> List[FARunInput]— items with no failures
FASummary
Aggregated failure summary.
FATag
A single failure detection result.
FARunInput
An input item with per-item failure statistics.
Properties:
total_checks -> int, has_failures -> bool.
FABucket
A failure bucket in the taxonomy.
FASubcategory
A failure subcategory within a bucket.
FARunListPage
Paginated list of FA runs. Supports len() and iteration.
FARunListItem
Summary of an FA run in a list.
FAInsightsSummary
Aggregated failure insights over a time period.
FATrends
Failure trend data over time.
FAPlaygroundResult
Result from the playground endpoint.
FAJobStatus
Status of an async FA job.
Properties:
is_running, is_completed, is_failed (all bool).
Related
- FailureAnalysisClient — Methods returning these models
- Evaluation Models — Eval data models
- Security Models — Security data models