@@ -352,7 +352,7 @@ def get_buckets(self, job_id, body=None, timestamp=None, params=None, headers=No
352
352
:arg end: End time filter for buckets
353
353
:arg exclude_interim: Exclude interim results
354
354
:arg expand: Include anomaly records
355
- :arg from_ : skips a number of buckets
355
+ :arg from \\ _ : skips a number of buckets
356
356
:arg size: specifies a max number of buckets to get
357
357
:arg sort: Sort buckets by a particular field
358
358
:arg start: Start time filter for buckets
@@ -382,7 +382,7 @@ def get_calendar_events(self, calendar_id, params=None, headers=None):
382
382
383
383
:arg calendar_id: The ID of the calendar containing the events
384
384
:arg end: Get events before this time
385
- :arg from_ : Skips a number of events
385
+ :arg from \\ _ : Skips a number of events
386
386
:arg job_id: Get events for the job. When this option is used
387
387
calendar_id must be '_all'
388
388
:arg size: Specifies a max number of events to get
@@ -413,7 +413,7 @@ def get_calendars(self, body=None, calendar_id=None, params=None, headers=None):
413
413
:arg body: The from and size parameters optionally sent in the
414
414
body
415
415
:arg calendar_id: The ID of the calendar to fetch
416
- :arg from_ : skips a number of calendars
416
+ :arg from \\ _ : skips a number of calendars
417
417
:arg size: specifies a max number of calendars to get
418
418
"""
419
419
# from is a reserved word so it cannot be used, use from_ instead
@@ -471,7 +471,7 @@ def get_filters(self, filter_id=None, params=None, headers=None):
471
471
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/ml-get-filter.html>`_
472
472
473
473
:arg filter_id: The ID of the filter to fetch
474
- :arg from_ : skips a number of filters
474
+ :arg from \\ _ : skips a number of filters
475
475
:arg size: specifies a max number of filters to get
476
476
"""
477
477
# from is a reserved word so it cannot be used, use from_ instead
@@ -506,7 +506,7 @@ def get_influencers(self, job_id, body=None, params=None, headers=None):
506
506
order
507
507
:arg end: end timestamp for the requested influencers
508
508
:arg exclude_interim: Exclude interim results
509
- :arg from_ : skips a number of influencers
509
+ :arg from \\ _ : skips a number of influencers
510
510
:arg influencer_score: influencer score threshold for the
511
511
requested influencers
512
512
:arg size: specifies a max number of influencers to get
@@ -632,7 +632,7 @@ def get_records(self, job_id, body=None, params=None, headers=None):
632
632
:arg desc: Set the sort direction
633
633
:arg end: End time filter for records
634
634
:arg exclude_interim: Exclude interim results
635
- :arg from_ : skips a number of records
635
+ :arg from \\ _ : skips a number of records
636
636
:arg record_score: Returns records with anomaly scores greater
637
637
or equal than this value
638
638
:arg size: specifies a max number of records to get
@@ -1092,7 +1092,7 @@ def get_data_frame_analytics(self, id=None, params=None, headers=None):
1092
1092
:arg allow_no_match: Whether to ignore if a wildcard expression
1093
1093
matches no data frame analytics. (This includes `_all` string or when no
1094
1094
data frame analytics have been specified) Default: True
1095
- :arg from_ : skips a number of analytics
1095
+ :arg from \\ _ : skips a number of analytics
1096
1096
:arg size: specifies a max number of analytics to get Default:
1097
1097
100
1098
1098
"""
@@ -1117,7 +1117,7 @@ def get_data_frame_analytics_stats(self, id=None, params=None, headers=None):
1117
1117
:arg allow_no_match: Whether to ignore if a wildcard expression
1118
1118
matches no data frame analytics. (This includes `_all` string or when no
1119
1119
data frame analytics have been specified) Default: True
1120
- :arg from_ : skips a number of analytics
1120
+ :arg from \\ _ : skips a number of analytics
1121
1121
:arg size: specifies a max number of analytics to get Default:
1122
1122
100
1123
1123
"""
@@ -1241,7 +1241,7 @@ def get_trained_models(self, model_id=None, params=None, headers=None):
1241
1241
:arg decompress_definition: Should the model definition be
1242
1242
decompressed into valid JSON or returned in a custom compressed format.
1243
1243
Defaults to true. Default: True
1244
- :arg from_ : skips a number of trained models
1244
+ :arg from \\ _ : skips a number of trained models
1245
1245
:arg include_model_definition: Should the full model definition
1246
1246
be included in the results. These definitions can be large. So be
1247
1247
cautious when including them. Defaults to false.
@@ -1271,7 +1271,7 @@ def get_trained_models_stats(self, model_id=None, params=None, headers=None):
1271
1271
:arg allow_no_match: Whether to ignore if a wildcard expression
1272
1272
matches no trained models. (This includes `_all` string or when no
1273
1273
trained models have been specified) Default: True
1274
- :arg from_ : skips a number of trained models
1274
+ :arg from \\ _ : skips a number of trained models
1275
1275
:arg size: specifies a max number of trained models to get
1276
1276
Default: 100
1277
1277
"""
@@ -1358,7 +1358,7 @@ def get_categories(
1358
1358
:arg body: Category selection details if not provided in URI
1359
1359
:arg category_id: The identifier of the category definition of
1360
1360
interest
1361
- :arg from_ : skips a number of categories
1361
+ :arg from \\ _ : skips a number of categories
1362
1362
:arg size: specifies a max number of categories to get
1363
1363
"""
1364
1364
# from is a reserved word so it cannot be used, use from_ instead
@@ -1392,7 +1392,7 @@ def get_model_snapshots(
1392
1392
:arg desc: True if the results should be sorted in descending
1393
1393
order
1394
1394
:arg end: The filter 'end' query parameter
1395
- :arg from_ : Skips a number of documents
1395
+ :arg from \\ _ : Skips a number of documents
1396
1396
:arg size: The default number of documents returned in queries
1397
1397
as a string.
1398
1398
:arg sort: Name of the field to sort on
0 commit comments