Opsmodel
This namespace represents a mlops model in a project. Multiple Model objects can belong to a single project.
__init__(info, user)
- info (str): Information about the current ops model corresponding to the object.
- user (str): User for creating, modifying, deleting the ops model.
- id : The ID from the 'info' parameter.
- token : Model token.
- url : DS2 API url information.
- user : User information.
- user_token : User token information.
Returns self.id.
__repr__()
- Ops model id
Last modified 1yr ago