Skip to content

Commit 9e16d21

Browse files
committed
Change x-abbreviated to x-model
1 parent ff3bac6 commit 9e16d21

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -289,32 +289,32 @@ actions:
289289
# Annotate items that are not shown in Bump.sh due to depth limits
290290
# These hopefully can be fixed by adding branch levels in Bump.sh since the info doesn't exist elsewhere
291291
- target: "$.components['schemas']['ml._types:TrainedModelConfigMetadata'].properties"
292-
description: Add x-abbrebreviated to trained_model_configs > metadata > total_feature_importance
292+
description: Add x-model to trained_model_configs > metadata > total_feature_importance
293293
update:
294294
total_feature_importance:
295-
x-abbreviated: true
295+
x-model: true
296296
- target: "$.components['schemas']['ml._types:Detector'].properties"
297-
description: Add x-abbrebreviated to anomaly detection job > analysis_config > detectors > custom_rules
297+
description: Add x-model to anomaly detection job > analysis_config > detectors > custom_rules
298298
update:
299299
custom_rules:
300-
x-abbreviated: true
300+
x-model: true
301301
- target: "$.components['schemas']['ml._types:DetectorRead'].properties"
302-
description: Add x-abbrebreviated to anomaly detection jobs > analysis_config > detectors > custom_rules
302+
description: Add x-model to anomaly detection jobs > analysis_config > detectors > custom_rules
303303
update:
304304
custom_rules:
305-
x-abbreviated: true
305+
x-model: true
306306
- target: "$.components['schemas']['ml.put_trained_model:TargetMeanEncodingPreprocessor'].properties"
307-
description: Add x-abbrebreviated to data frame analytics job > analysis> classification > feature_processors > target_mean_encoding > target_map
307+
description: Add x-model to data frame analytics job > analysis> classification > feature_processors > target_mean_encoding > target_map
308308
update:
309309
target_map:
310-
x-abbreviated: true
310+
x-model: true
311311
# Annotate and abbreviate items that are not shown in Bump.sh due to depth limits
312312
# These are likely long-term and should refer to query language reference etc
313313
- target: "$.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties"
314314
description: "Re-add a simplified query object in create datafeeds operation"
315315
update:
316316
query:
317-
x-abbreviated: true
317+
x-model: true
318318
type: object
319319
description: >
320320
The Elasticsearch query domain-specific language (DSL).
@@ -331,7 +331,7 @@ actions:
331331
description: Re-add a simplified query object in anomaly detection datafeed
332332
update:
333333
query:
334-
x-abbreviated: true
334+
x-model: true
335335
type: object
336336
description: >
337337
The Elasticsearch query domain-specific language (DSL).
@@ -417,7 +417,7 @@ actions:
417417
description: "Re-add simplified query object in graph explore operation"
418418
update:
419419
query:
420-
x-abbreviated: true
420+
x-model: true
421421
type: object
422422
description: >
423423
A seed query that identifies the documents of interest.
@@ -432,7 +432,7 @@ actions:
432432
description: "Re-add simplified query object in graph explore connections schema"
433433
update:
434434
query:
435-
x-abbreviated: true
435+
x-model: true
436436
type: object
437437
description: >
438438
An optional guiding query that constrains the Graph API as it explores connected terms.
@@ -447,7 +447,7 @@ actions:
447447
description: "Re-add simplified query object in painless script context setup schema"
448448
update:
449449
query:
450-
x-abbreviated: true
450+
x-model: true
451451
type: object
452452
description: >
453453
This property applies only when `score` is specified as the script `context`.
@@ -463,7 +463,7 @@ actions:
463463
description: "Re-add simplified query object in asynch search request"
464464
update:
465465
query:
466-
x-abbreviated: true
466+
x-model: true
467467
type: object
468468
description: >
469469
Defines the search definition using the Query DSL.
@@ -477,7 +477,7 @@ actions:
477477
description: "Re-add simplified query object in search request"
478478
update:
479479
query:
480-
x-abbreviated: true
480+
x-model: true
481481
type: object
482482
description: >
483483
Defines the search definition using the Query DSL.

0 commit comments

Comments
 (0)