Skip to main content

aip_sdk.TraceIngestDropPage

aip_sdk.TraceIngestDropPage

One page of an ingestion run's drop records, and how many of its drops can be read.

total_drops is how many records the run dropped; available is how many of them this endpoint can return. The two differ only for a run that landed nothing, which keeps a capped sample of each drop reason rather than every record — so available below total_drops means the drops you can read are examples, not the full set. items is the page itself, bounded by the limit you asked for.

aip_sdk.TraceIngestDropPage.available​

aip_sdk.TraceIngestDropPage.available: int

No docstring is defined in the source.

aip_sdk.TraceIngestDropPage.items​

aip_sdk.TraceIngestDropPage.items: list[TraceDropRecord]

No docstring is defined in the source.

aip_sdk.TraceIngestDropPage.model_config​

aip_sdk.TraceIngestDropPage.model_config = ConfigDict(extra='allow')

No docstring is defined in the source.

aip_sdk.TraceIngestDropPage.total_drops​

aip_sdk.TraceIngestDropPage.total_drops: int

No docstring is defined in the source.