diff --git a/docs/reference/aggregations/pipeline/inference-bucket-aggregation.asciidoc b/docs/reference/aggregations/pipeline/inference-bucket-aggregation.asciidoc index 51dbcdb58bf..ed811c3829a 100644 --- a/docs/reference/aggregations/pipeline/inference-bucket-aggregation.asciidoc +++ b/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. diff --git a/docs/reference/ingest/processors/inference.asciidoc b/docs/reference/ingest/processors/inference.asciidoc index f35e64755aa..f7cdc6618bd 100644 --- a/docs/reference/ingest/processors/inference.asciidoc +++ b/docs/reference/ingest/processors/inference.asciidoc @@ -6,6 +6,8 @@ {infer-cap} ++++ +experimental::[] + Uses a pre-trained {dfanalytics} model to infer against the data that is being ingested in the pipeline.