Notebook Examples
GraphQL Example Use Cases
Ready to get started? Navigate through our case-specific Colabs to help get you started using our GraphQL API for your monitors.
Query Notebooks
Mutation Notebooks
Learn more about different mutations and their functions here.
This use case example helps you understand the patch mutation
for drift monitors. Since Arize has 3 types of monitors (Drift, Performance, and Data Quality), we use a different patch
mutation for each kind of monitor.
Learn how to edit existing threshold values using the patchDriftMonitor
mutation to bulk edit your drift monitors.
This use case example helps you understand the create mutation
for performance monitors. This mutation allows you to update or create monitors in bulk. Since Arize utilizes 3 types of monitors (Drift, Performance, and Data Quality), we use a different create
mutation for each kind of monitor.
Learn how to use the createPerformanceMonitor
mutation to bulk create performance monitors with explicit thresholds.
Creating Data Quality Monitors
This use case example helps you understand the create mutation
for performance monitors. This mutation allows you to update or create monitors in bulk. Since Arize utilizes 3 types of monitors (Drift, Performance, and Data Quality), we use a different create
mutation for each kind of monitor.
Learn how to use the createDataQualityMonitor
mutation to bulk create performance monitors with explicit thresholds.
This use case example helps you understand the create mutation
for drift monitors. This mutation allows you to update or create monitors in bulk. Since Arize has 3 types of monitors (Drift, Performance, and Data Quality), we use a different create
mutation for each kind of monitor.
Learn how to use the createDriftMonitor
mutation to bulk create drift monitors.
Last updated
Was this helpful?