Opsmodel
class Opsmodel(object)
This namespace represents a mlops model in a project. Multiple Model objects can belong to a single project.
init()
Parmeters
info (str): Information about the current ops model corresponding to the object.
user (str): User for creating, modifying, deleting the ops model.
Fields
id : The ID from the 'info' parameter.
token : Model token.
url : DS2 API url information.
user : User information.
user_token : User token information.
repr()
Returns self.id.
Return type
Ops model id
Last updated