Skip to content

Commit 69a7269

Browse files
committed
add doc example generation template
1 parent 37d43ea commit 69a7269

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/source/examples/containers/inference_minimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Calling the inference endpoint using a minimal client
22
=====================================================
33

4-
This example demonstrates how to call the inference endpoint using a minimal client that only uses only an inference key (no client credentials).
4+
This example demonstrates how to call the inference endpoint using a minimal client that only uses only an inference key (no client credentials needed).
55

66
.. literalinclude:: ../../../../examples/containers/calling_the_endpoint_with_inference_key.py
77
:language: python
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Calling the inference async endpoint using a minimal client
2+
===========================================================
3+
4+
This example demonstrates how to call the inference async endpoint using a minimal client that only uses only an inference key (no client credentials needed).
5+
6+
.. literalinclude:: ../../../../examples/containers/calling_the_endpoint_with_inference_key_async.py
7+
:language: python
8+
:caption: Calling the inference async endpoint using a minimal client

0 commit comments

Comments
 (0)