소스 검색

[DOCS] Add experimental tag to inference processor and bucket aggregation (#63023)

Lisa Cawley 5 년 전
부모
커밋
ecf9e929ba

+ 2 - 0
docs/reference/aggregations/pipeline/inference-bucket-aggregation.asciidoc

@@ -3,6 +3,8 @@
 [[search-aggregations-pipeline-inference-bucket-aggregation]]
 === {infer-cap} Bucket Aggregation
 
+experimental::[]
+
 A parent pipeline aggregation which loads a pre-trained model and performs 
 {infer} on the collated result fields from the parent bucket aggregation.
 

+ 2 - 0
docs/reference/ingest/processors/inference.asciidoc

@@ -6,6 +6,8 @@
 <titleabbrev>{infer-cap}</titleabbrev>
 ++++
 
+experimental::[]
+
 Uses a pre-trained {dfanalytics} model to infer against the data that is being
 ingested in the pipeline.