@@ -870,6 +870,30 @@ false positive and false negative costs for each class
870870----
871871
872872
873+ ## NumericLicenceFeatureInfo
874+ ``` python
875+ NumericLicenceFeatureInfo()
876+ ```
877+
878+
879+ ---
880+ Numeric Licence feature info model
881+
882+
883+ ** Attributes**
884+
885+ * ** feature** : NumericLicenceFeature
886+ Current numeric feature
887+ * ** max_value** : int | None
888+ Maximum value of the feature. If None, no limit is set
889+ * ** used_value** : int
890+ Used value of the feature. If max_value is None,
891+ this value defaults to 0
892+
893+
894+ ----
895+
896+
873897## NumericSegmentRule
874898``` python
875899NumericSegmentRule()
@@ -1293,8 +1317,7 @@ SubscriptionPlanInfo()
12931317
12941318---
12951319Data model for a subscription plan
1296- Permission limit set to None means no limit is set
1297- Expiration date set to None means no expiration is set
1320+
12981321Product key data are set only if a product key is associated to the
12991322subscription plan
13001323
@@ -1303,14 +1326,14 @@ subscription plan
13031326
13041327* ** subscription_id** : str
13051328* ** type** : SubscriptionType
1306- * ** max_tasks** : int | None
1307- * ** max_users** : int | None
1308- * ** monitoring** : bool
1309- * ** explainability** : bool
1310- * ** retraining** : bool
1329+ * ** boolean_licence_features** : list[ BooleanLicenceFeature]
1330+ Features which are either enabled or disabled
1331+ * ** numeric_licence_features** : list[ NumericLicenceFeatureInfo]]
1332+ Features associated with a usage limit
13111333* ** is_active** : bool
13121334* ** start_date** : date
13131335* ** expiration_date** : date | None
1336+ If set to None, no expiration is set
13141337* ** product_key** : str | None
13151338* ** product_key_status** : ProductKeyStatus | None
13161339
0 commit comments