Skip to main content



Import Uploaded Model Package

Import Uploaded Model Package

GET /cloud/importModel

Implementation Notes

Import a model to use it in ML Studio. Before executing this, the file of the model has to be uploaded using the resource: 'uploadPackage'.

Parameters

ParameterDescriptionParameter TypeData Type
instanceNameName of the instance. Alphanumeric string: [A-Za-z0-9-_]+.querystring
versionVersion of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.querystring
modelTypeType of the model. One of the following values: simSearch, simClassify, simClassify%2B, simCluster, or simRecommend.querystring
useruser's authenticationheader (authorization)basic authentication