# Entities

- [AlertRecord](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/alert-record.md): Alert record representing a triggered alert instance.
- [AlertRule](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/alert-rule.md): Alert rule for automated monitoring and alerting in ML systems.
- [Baseline](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/baseline.md): Baseline for drift detection and model performance monitoring.
- [BaselineCompact](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/baseline-compact.md): Fetch baseline instance
- [CustomMetric](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/custom-metric.md): Custom metric for monitoring business-specific and domain-specific KPIs.
- [Dataset](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/dataset.md): Represents a dataset containing data published to a Fiddler model.
- [DatasetCompact](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/dataset-compact.md): Lightweight dataset representation for listing and basic operations.
- [File](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/file.md): Construct a files instance.
- [Job](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/job.md): Represents an asynchronous operation in the Fiddler platform.
- [Model](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/model.md): Represents a machine learning model in the Fiddler platform.
- [ModelCompact](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/model-compact.md): Lightweight model representation for listing and basic operations.
- [ModelDeployment](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/model-deployment.md): Model deployment management for serving infrastructure.
- [Project](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/project.md): Represents a project container for organizing ML models and resources.
- [ProjectCompact](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/project-compact.md): Lightweight project representation for listing and basic operations.
- [Segment](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/segment.md): Data segment for targeted monitoring and cohort analysis.
- [Webhook](https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities/webhook.md): Webhook for integrating external notification systems with Fiddler alerts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fiddler.ai/api/fiddler-python-client-sdk/entities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
