V1 REST Endpoints

Recipe/Prediction Model/V1
The operations from the Recipe/Prediction Model/V1 category.
Create a new prediction model
Method: post
Path: /s1-recipe-svc/rest/v1.0/predictionmodel
Delete prediction model by model docstore ID
Method: delete
Path: /s1-recipe-svc/rest/v1.0/predictionmodel/{predictionmodeldmsid}
Delete prediction model by model name and version
Method: delete
Path: /s1-recipe-svc/rest/v1.0/predictionmodel/modelname/{modelname}/{modelversion}
Get a list of prediction models by model name and version
Method: put
Path: /s1-recipe-svc/rest/v1.0/predictionmodel/getattributejson
Get All prediction models
Method: get
Path: /s1-recipe-svc/rest/v1.0/predictionmodel
Get prediction model by model docstore ID
Method: get
Path: /s1-recipe-svc/rest/v1.0/predictionmodel/modeldmsid/{modeldmsid}
Get prediction model by model doscstore ID and version
Method: get
Path: /s1-recipe-svc/rest/v1.0/predictionmodel/{predictionModelId}/{versionNo}
Get prediction model by model name and version
Method: get
Path: /s1-recipe-svc/rest/v1.0/predictionmodel/modelname/{modelname}/{modelversion}
Update prediction model by model docstore ID
Method: put
Path: /s1-recipe-svc/rest/v1.0/predictionmodel/{predictionModelId}