Upload Model¶
            netspresso.np_qai.base.NPQAIBase.upload_model(model, name=None)
¶
    Upload a model to the QAI Hub.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
                model
             | 
            
                  Union[SourceModel, str]
             | 
            
               The model to upload.  | 
            required | 
                name
             | 
            
                  Optional[str]
             | 
            
               The name of the model.  | 
            
                  None
             | 
          
Returns:
| Name | Type | Description | 
|---|---|---|
Model |             
                  Model
             | 
            
               Returns a model object if successful.  | 
          
Note
For details, see upload_model in QAI Hub API.