Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 475 Bytes

File metadata and controls

8 lines (6 loc) · 475 Bytes

Calling the inference async endpoint using a minimal client

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).

.. literalinclude:: ../../../../examples/containers/calling_the_endpoint_with_inference_key_async.py
   :language: python
   :caption: Calling the inference async endpoint using a minimal client