Skip to content

Commit e139224

Browse files
Update 114176.yaml
1 parent 4f4be9e commit e139224

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/changelog/114176.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
pr: 114176
2-
summary: "[Inference API ] Add `endpoint_version` to deprecate task settings"
2+
summary: "[Inference API] Deprecate task_settings, renamed to parameters"
33
area: Machine Learning
44
type: deprecation
55
issues: []
66
deprecation:
7-
title: "[Inference API ] Add `endpoint_version` to deprecate task settings"
8-
area: Machine Learning
9-
details: Please describe the details of this change for the release notes. You can
10-
use asciidoc.
11-
impact: Please describe the impact of this change to users
7+
title: "[Inference API] Deprecate task_settings, renamed to parameters"
8+
area: REST API
9+
details: In 8.16 the inference API is renaming the `task_settings` component of inference endpoints (used in the Create _inference API, and GET _inference API) to `parameters`. Users are asked to update any code accessing or creating `task_settings` to use `parameters` instead. Support for requests and responses including `task_settings` will be removed in 9.0.
10+
impact: The inference API is maintaing backwards compatibility until 9.0, but we now recommend replacing usages of `task_settings` with `parameters`.

0 commit comments

Comments
 (0)