Skip to content

Commit 9394e88

Browse files
authored
[DOCS] Updates inference processor docs. (#115566)
1 parent 16f61b4 commit 9394e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/processors/inference.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ingested in the pipeline.
1616
[options="header"]
1717
|======
1818
| Name | Required | Default | Description
19-
| `model_id` . | yes | - | (String) The ID or alias for the trained model, or the ID of the deployment.
19+
| `model_id` . | yes | - | (String) An inference ID, a model deployment ID, a trained model ID or an alias.
2020
| `input_output` | no | - | (List) Input fields for {infer} and output (destination) fields for the {infer} results. This option is incompatible with the `target_field` and `field_map` options.
2121
| `target_field` | no | `ml.inference.<processor_tag>` | (String) Field added to incoming documents to contain results objects.
2222
| `field_map` | no | If defined the model's default field map | (Object) Maps the document field names to the known field names of the model. This mapping takes precedence over any default mappings provided in the model configuration.

0 commit comments

Comments
 (0)