Skip to content

Commit

Permalink
[DOCS] Adds technical preview note to inference APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Nov 2, 2023
1 parent 07a68f2 commit 60b5ad7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/inference/delete-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[[delete-inference-api]]
=== Delete {infer} API

experimental[]

Deletes an {infer} model deployment.


Expand Down
2 changes: 2 additions & 0 deletions docs/reference/inference/get-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[[get-inference-api]]
=== Get {infer} API

experimental[]

Retrieves {infer} model information.

[discrete]
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/inference/inference-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[[inference-apis]]
== {infer-cap} APIs

experimental[]

You can use the following APIs to manage {infer} models and perform {infer}:

* <<delete-inference-api>>
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/inference/post-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[[post-inference-api]]
=== Perform inference API

experimental[]

Performs an inference task on an input text by using an {infer} model.


Expand Down
2 changes: 2 additions & 0 deletions docs/reference/inference/put-inference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[[put-inference-api]]
=== Create {infer} API

experimental[]

Creates a model to perform an {infer} task.


Expand Down

0 comments on commit 60b5ad7

Please sign in to comment.