Comment on page
Jupyterserver
This namespace represents a Jupyterserver created in a Jupyterproject object for training AI.
__init__(info, user)
Parmeters
- info (str): Information about the current Click AI' Jupyter server corresponding to the object.
- user (str): User for stopping, resuming, deleting the jupyter server.
Fields
- intanceId: Instance ID of the jupyter server.
- url: DS2 API url information.
- user: User information.
- user_token: User token information.
Returns the Click AI's jupyter server instance ID as a printable format.
__repr__()
Return type
- str
Stop the training server temporarily.
stop()
Return type
- None
Reference
- You can find the corresponding jupyter server stopped.
Resume the training server that was stopped.
resume()
Return type
- None
Reference
- You can find the corresponding jupyter server resumed.
Delete the current cloud server.
delete()
Return type
- None
Reference
- You can find the corresponding jupyter server deleted.
Last modified 1yr ago