Label
This namespace represents labels for training data
__init__(info, user)
- info (dict) : Information about the training data.
- user (class User): User object for making the data connector.
- id : Stores the ID from the 'info' parameter.
- url : Stores the url as a string for connecting APIs to DS2.ai's desktop application.
- user : Stores the User object from the 'user' parameter
- user_token : Stores the user's appcode as a token
Returns self.id.
__repr__()
- str
Deletes a data connector that has corresponding id and token.
delete()
- None
Last modified 10mo ago