Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxRollbackModelBNxpxRenameModelVersionBN (repositoryName : STRING; modelName : STRING; modelVersionName : STRING; options newModelVersionName : STRING); : INTEGER) status : INTEGER; |
Use this function to ....
...
Type | Name | Comment | |||
STRING | repositoryName | The name of the repository | |||
STRING | modelName | The name of the model | |||
STRING | modelVersionName | INTEGER | options | see belowCurrent model version name | |
STRING | newModelVersionName | The new model version name |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...