We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed9782 commit b88b3d8Copy full SHA for b88b3d8
x-pack/docs/en/rest-api/ml/jobresource.asciidoc
@@ -467,7 +467,7 @@ A condition has the following properties:
467
(string) Specifies the condition operator. The available options are
468
`gt` (greater than), `gte` (greater than or equals), `lt` (less than) and `lte` (less than or equals).
469
`value`:::
470
- (double) The value that is compared against the `applied_to` field using the `operator`.
+ (double) The value that is compared against the `applies_to` field using the `operator`.
471
--
472
473
A rule is required to either have a non-empty scope or at least one condition.
0 commit comments