From 3c0e1d7708505d1c3644bb1d767c0db3b1aa0458 Mon Sep 17 00:00:00 2001 From: revital Date: Mon, 9 Jun 2025 10:53:42 +0300 Subject: [PATCH] Add custom billing note --- .../enterprise_deploy/extra_configs/custom_billing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploying_clearml/enterprise_deploy/extra_configs/custom_billing.md b/docs/deploying_clearml/enterprise_deploy/extra_configs/custom_billing.md index a1eb82b8..bfcc8526 100644 --- a/docs/deploying_clearml/enterprise_deploy/extra_configs/custom_billing.md +++ b/docs/deploying_clearml/enterprise_deploy/extra_configs/custom_billing.md @@ -9,6 +9,8 @@ Sending custom events is available under the ClearML Enterprise plan. ClearML supports sending custom events to selected Kafka topics. Event sending is triggered by API calls and is available only to tenants with the `custom_events` feature configured. +This feature can be used to implement custom billing. + ## Enabling Custom Events in ClearML Server :::important Prerequisite