Detail

A short title for the servable

ericj_uchicago/testproject-jonas
Copy
Python static method
some pertinent fields

Input

Your name
Type: string

Output

A greeting: "Hello <your name>!"
Type: string

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('ericj_uchicago/testproject-jonas', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('ericj_uchicago/testproject-jonas')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation