Skip to main content

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 item
  • get_failed_items() -> List[FARunInput] — items with at least one failure
  • get_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).