Detail

DLHub No-op Publication Test

aristana_uchicago/noop_dlhub_v4
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_dlhub_v4', X)

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation