[DOCS] Add experimental tag to inference processor and bucket aggregation (#63023)
This commit is contained in:
parent
0655d9e8ac
commit
3838fe1fd4
|
@ -3,6 +3,8 @@
|
||||||
[[search-aggregations-pipeline-inference-bucket-aggregation]]
|
[[search-aggregations-pipeline-inference-bucket-aggregation]]
|
||||||
=== {infer-cap} Bucket Aggregation
|
=== {infer-cap} Bucket Aggregation
|
||||||
|
|
||||||
|
experimental::[]
|
||||||
|
|
||||||
A parent pipeline aggregation which loads a pre-trained model and performs
|
A parent pipeline aggregation which loads a pre-trained model and performs
|
||||||
{infer} on the collated result fields from the parent bucket aggregation.
|
{infer} on the collated result fields from the parent bucket aggregation.
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
<titleabbrev>{infer-cap}</titleabbrev>
|
<titleabbrev>{infer-cap}</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
|
experimental::[]
|
||||||
|
|
||||||
Uses a pre-trained {dfanalytics} model to infer against the data that is being
|
Uses a pre-trained {dfanalytics} model to infer against the data that is being
|
||||||
ingested in the pipeline.
|
ingested in the pipeline.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue