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