Class EdgeAiEventIds
Continues SP1's EdgeEventIds numbering. 600-899 is sub-project 2's range.
public static class EdgeAiEventIds
- Inheritance
-
EdgeAiEventIds
- Inherited Members
Remarks
Every one of these is consumed through LoggerMessage.Define: this repo's
TreatWarningsAsErrors plus latest-recommended makes CA1848 an error, as SP1's
EdgeHost already discovered. SP1's EdgeEventIds is a non-partial static class, so
sub-project 2 publishes its own rather than extending it.
Fields
- CollectionCreated
A vector collection's tables were created.
- CollectionDropped
A vector collection's tables were dropped.
- EmbeddingBatchCompleted
One embedding batch finished.
- EmbeddingBatchShrunk
The effective batch size was reduced under memory pressure.
- EmbeddingInputTruncated
An input was truncated to the preset's maximum sequence length.
- EmbeddingWarmUpCompleted
The warm-up batch finished.
- ExecutionProviderAccepted
An execution provider appended without throwing.
- ExecutionProviderSkipped
An execution provider refused to append; the loop fell through to the next one.
- FtsMergeCompleted
An FTS5 merge finished.
- HybridSearchExecuted
A hybrid search ran.
- IndexKindIgnored
An unsupported index kind was requested and ignored.
- ModelDownloadFailed
A model download failed after every attempt.
- ModelDownloadRestarted
A model download restarted because the server ignored the range request.
- ModelDownloadResumed
A model download resumed from a partial file.
- ModelDownloadStarted
A model download started.
- ModelHashMismatch
A downloaded file did not match its expected SHA-256.
- ModelProvisioned
A model is present, verified and ready.
- OrtCachePurged
A stale CoreML cache subtree was removed.
- OrtEnvironmentCreated
The ORT environment was created by this library.
- OrtEnvironmentPreexisting
Another library created the ORT environment first; ours continues regardless.
- OrtLog
A line forwarded out of ORT's native logger into
ILogger.
- SessionDropped
A session was dropped, by memory pressure or by shutdown.
- SessionLoadFailed
Session creation failed.
- SessionLoaded
An inference session was created.