Skip to content

Sceptyre/python-inference-client

Repository files navigation

Install

pip install git+https://github.com/Sceptyre/python-inference-client.git@v0.0.5

Usage

Connect

from inferenceclient import InferenceClient
client = InferenceClient(
    apikey="apikey",
    account_id="1234"
)

Examples

Get Datastore

client.datastores.get_datastore(
    datastore_id='123'
)

Get Datastore Row

client.datastores.get_row(
    datastore_id='123',
    row_id='a1b2c3'
)

About

Basic Client Library to Interact w/ Inference Studio

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages