Detail

DLHub no-op Function test

zhuozhao_uchicago/Noop
Copy
Zhuozhao Li

A noop function for testing.

Python static method
general test

Input

any data
Type: list

Output

Hello
Type: string

Run with DLHub SDK

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

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('zhuozhao_uchicago/Noop')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation