aip_sdk.TraceIngestState
aip_sdk.TraceIngestState
The stage a trace-ingestion run has durably reached.
A run advances PENDING → BUFFERED → CONVERTED → COMPLETED; a retry
resumes from the last stage it completed rather than repeating finished work.
aip_sdk.TraceIngestState.BUFFERED
aip_sdk.TraceIngestState.BUFFERED = 'BUFFERED'
No docstring is defined in the source.
aip_sdk.TraceIngestState.COMPLETED
aip_sdk.TraceIngestState.COMPLETED = 'COMPLETED'
No docstring is defined in the source.
aip_sdk.TraceIngestState.CONVERTED
aip_sdk.TraceIngestState.CONVERTED = 'CONVERTED'
No docstring is defined in the source.
aip_sdk.TraceIngestState.FAILED
aip_sdk.TraceIngestState.FAILED = 'FAILED'
No docstring is defined in the source.
aip_sdk.TraceIngestState.PENDING
aip_sdk.TraceIngestState.PENDING = 'PENDING'
No docstring is defined in the source.