Jupyterproject
This namespace represents label classes for training data, such as in object detection and structured data's category classification.
__init__(info, user)
Parmeters
- info (str): Information about the current Click AI' jupyter project corresponding to the object.
- user (str): User for creating, modifying, deleting the project.
Fields
- id: Jupyter roject ID.
- url: DS2 API url information.
- user: User information
- user_token: User token information
- jupyterservers
Returns the Click AI's jupyter project ID as a printable format.
__repr__()
Return type
- str
Add more servers by renting a learning server with desired performance.
add_server(cloud_type="AWS", region="us-west-1", server_type="g4dn.xlarge")
Parmeters
- cloud_type (str) : Choose a server leasing company (currently only 'AWS' supported).
- region (str) : Choose the hosting region.
- server_type (str) : The server instance of the desired specification.
Reference
- You can find the corresponding jupyter server deleted.
Check the server status.
get_server_status()
Return type
- json
Returns self.jupyterservers.
get_jupyterservers()
Return type
- list
Reads and refresh jupterproject id, and check whether the project is ready to use.
refresh()
Return type
- class jupyter project
- jupyter project id
Delete the current jupyter project.
delete()
Return type
- none
Reference
- You can find the corresponding jupyter project id deleted.
Last modified 1yr ago