Commit b41fb2d
authored
[ML] Use INTERNAL_INGEST for Inference (elastic#127522) (elastic#127565)
Inference now inspects InputType and validates it before sending it to
the model. INTERNAL_INGEST has special privileges for model validation
that will help pass during ingestion.1 parent 4b13e27 commit b41fb2d
File tree
2 files changed
+15
-1
lines changed- docs/changelog
- x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/action/filter
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
435 | 443 | | |
436 | 444 | | |
437 | 445 | | |
| |||
0 commit comments