Detail

DLHub No-op Publication Test

aristana_uchicago/noop_v24
Copy
Python static method

Input

Any boolean value
Type: boolean

Output

'Hello world!'
Type: string

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('aristana_uchicago/noop_v24', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('aristana_uchicago/noop_v24')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation