Skip to content

Commit 0f8b4af

Browse files
[DOCS] Remove confusing comment about results scoring for skip_result
1 parent d874740 commit 0f8b4af

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

x-pack/docs/en/rest-api/ml/jobresource.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -424,16 +424,16 @@ A rule has the following properties:
424424

425425
`actions`::
426426
(array) The set of actions to be triggered when the rule applies.
427+
If more than one action is specified the effects of all actions are combined.
427428
The available actions include: +
428-
`skip_result`::: The result will not be created. Note this also means this
429-
result will not impact the scoring of results. This is the default value.
430-
Unless you also specify `skip_model_update`, the model will be updated as
431-
usual with the corresponding series value.
432-
`skip_model_update`::: The value for that series will not be used to update
433-
the model. Unless you also specify `skip_result`, the results will be created
434-
as usual. This action is suitable when certain values are expected to be
435-
consistently anomalous and they affect the model in a way that negatively
436-
impacts the rest of the results.
429+
`skip_result`::: The result will not be created. This is the default value.
430+
Unless you also specify `skip_model_update`, the model will be updated as
431+
usual with the corresponding series value.
432+
`skip_model_update`::: The value for that series will not be used to update
433+
the model. Unless you also specify `skip_result`, the results will be created
434+
as usual. This action is suitable when certain values are expected to be
435+
consistently anomalous and they affect the model in a way that negatively
436+
impacts the rest of the results.
437437
`scope`::
438438
(object) An optional scope of series where the rule applies. By default the scope
439439
includes all series. Scoping is allowed for any of the partition/by/over fields.

0 commit comments

Comments
 (0)