Skip to main content
EventIdDataSource allows you to perform explainability analysis on a specific event that has been previously logged to Fiddler. This is useful when you want to explain predictions for events that are already stored in your environment, enabling you to analyze historical predictions and their explanations. This data source type is ideal for investigating specific incidents, analyzing historical predictions, or performing post-hoc analysis on logged events.

Examples

Creating an event data source for production analysis:
Creating an event data source for validation analysis:

Attributes

Data source type discriminator; fixed as EVENT_ID.
Unique identifier of the previously published event to analyze.
ID of the environment holding the event; serialized as dataset_id.
Environment the event was published to; an EnvType value.