You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Add the PR of #3018
For the preview release, we will provide a basic functions of the command line tools and python SDK for below scenarios
1. Command line
this command will
<notebook>
to the storage in<cluster>
and submit a jobjupyter nbconvert --execute
and upload result (html) backUser may also add
--interactive
model to start and interact the server remotely2. python binding (SDK)
2.1 cluster management
openpaisdk.core.ClusterList
class to describe multiple clustersUser
add
,delete
methods to update clusters,select
andget_client
methods to select one from multiple clustersCluster
class has methods to query and submit jobsCluster
class has methods to access storage (through WebHDFS only for this version)2.2 Job management
openpaisdk.core.Job
class, which is compatible with the v2 protocolThe text was updated successfully, but these errors were encountered: