You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/ingest/processors/inference.asciidoc
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ingested in the pipeline.
12
12
[options="header"]
13
13
|======
14
14
| Name | Required | Default | Description
15
-
| `model_id` | yes | - | (String) The ID of the model to load and infer against.
15
+
| `model_id` | yes | - | (String) The ID of the model to load and infer against.
16
16
| `target_field` | no | `ml.inference.<processor_tag>` | (String) Field added to incoming documents to contain results objects.
17
17
| `field_mappings` | yes | - | (Object) Maps the document field names to the known field names of the model.
18
18
| `inference_config` | yes | - | (Object) Contains the inference type and its options. There are two types: <<inference-processor-regression-opt,`regression`>> and <<inference-processor-classification-opt,`classification`>>.
0 commit comments