Jupyterserver
class Jupyterserver(object)
This namespace represents a Jupyterserver created in a Jupyterproject object for training AI.
init()
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.
repr()
Returns the Click AI's jupyter server instance ID as a printable format.
Return type
str
stop()
Stop the training server temporarily.
Return type
None
Reference
You can find the corresponding jupyter server stopped.
resume()
Resume the training server that was stopped.
Return type
None
Reference
You can find the corresponding jupyter server resumed.
delete()
Delete the current cloud server.
Return type
None
Reference
You can find the corresponding jupyter server deleted.
Last updated