Retrieving the model update status
Use this endpoint to load the status of a model update that was started by using Machine Learning Operations (MLOps).
Pega Customer Decision Hub
GET /predictions/model_update/{referenceID}/status
- Method
GET
- Endpoint
/predictions/model_update/{referenceID}/status
- Sample URL
- http://IP:PORT/prweb/api/application/v2/predictions/model_update/M-5104/status
{referenceID} is an identifier of a model update that you want to approve or reject, for example, M-5104. A request that starts a model update returns this reference ID. For more information, see Starting a model update.
Response
Response parameters
Name | Type | Description |
ModelUpdateStatus | String | The status of the model update. |
LastMessage | String | The last status in the model update process before the current status was reached. |
UpdateTimeStamp | String | The date and time of the last status change. |
BranchName | String | The branch in Pega Platformthat contains the status update. |
BranchAvailable | Boolean (True, False) | True indicates that a branch exists. False indicates that a branch has not been created yet or was deleted. |
Previous topic Reviewing a model update Next topic Accessing and testing V2 Prediction API