Detail

DLHub No-op Publication Test

aristana_uchicago/noop_v2
Copy
Python static method

Input

An empty list
Type: list

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_v2', X)

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation