You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: md-docs/user_guide/data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Available categories are:
19
19
The [Data Schema] created for the [Task] contains a list of Column objects, each of which has a _Role_.
20
20
Naturally, there is a relationship between the Column's Role and the Data Category.
21
21
In fact, each Data Category comprises a set of Column objects with certain Roles.
22
-
So that, when you upload samples belonging to a Data Category, they must contains all the Columns objects declared on the Data Schema to be considered valid.
22
+
When you upload samples belonging to a Data Category, they must contain all the Columns objects declared on the Data Schema to be considered valid.
23
23
24
24
The following table shows these relationships:
25
25
@@ -130,7 +130,7 @@ For RAG Tasks, reference data can be used to indicate the type of data expected
Copy file name to clipboardExpand all lines: md-docs/user_guide/monitoring/detection_event_rules.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ Rules are specific to a task and are characterized by the following attributes:
9
9
10
10
-`Name`: a descriptive label of the rule.
11
11
-`Detection Event Type`: the type of event that triggers the rule.
12
-
-`Severity`: the severity of the event that triggers the rule. If not specified, the rule will be triggered by events of any severity.
13
-
-`Monitoring Target`: the monitoring target whose event should trigger the rule.
14
-
-`Monitoring Metric`: the monitoring metric whose event should trigger the rule.
12
+
-`Severity`: the severity of the event that triggers the rule. It is only applicable to drift events. If not specified, the rule will be triggered by drift events of any severity.
13
+
-`Monitoring Target`: the [Monitoring Target](index.md#monitoring-targets) whose event should trigger the rule.
14
+
-`Monitoring Metric`: the [Monitoring Metric](index.md#monitoring-metrics) whose event should trigger the rule.
15
15
-`Model name`: the name of the model to which the rule applies. This is only required when the monitoring target is related to a model
16
16
(such as `ERROR` or `PREDICTION`).
17
17
-`Actions`: A list of actions to be executed sequentially when the rule is triggered.
0 commit comments