1 VinOfflineCoverageSceneDiagnostic
data_handling.VinOfflineCoverageSceneDiagnostic(
scene_id,
dataset_snippets,
store_snippets,
covered_snippets,
missing_in_store,
outside_dataset,
coverage,
)Per-scene raw-dataset coverage against one immutable offline store.
1.1 Attributes
| Name | Description |
|---|---|
| scene_id | ASE scene identifier. |
| dataset_snippets | Number of raw-dataset snippets found in scanned tar headers. |
| store_snippets | Number of immutable-store snippets for the scene. |
| covered_snippets | Number of snippets present in both the raw dataset and the store. |
| missing_in_store | Raw-dataset snippets missing from the immutable store. |
| outside_dataset | Store snippets not found in the scanned raw-dataset tar headers. |
| coverage | Coverage ratio covered_snippets / dataset_snippets. |