...
Scheduler - the process is triggered by Use Case Registeration MLC based on ModelType “SAGEMAKER”.
Model PIA Approval - the process creates PIA Approval Request Jira ticket and continues when the ticket is moved to Done status.
Create Model Snapshot - A snapshot of the business model is created
Run Standard Risk Tests - the process validates if the model assets with the
BASELINE_DATA
andCOMPARATOR_DATA
assets roles in preparation to run Standard Risk Tests on the model. If the assets are present in the model the MLC runs the Standard Risk Tests and creates a notification if any of the monitors in Standard Risk Tests fail to run. If the test job fails, a Jira ticket is created with the failed job error message. A test can be re-run if the Jira ticket is moved toDone
.Approval Based on Test Results - A Jira ticket is created with document generated from the model test results for validation. If ticket is moved to
Done
the flow continues and adds the generated document to the model snapshot.Production Approval - Jira ticket is created for production deployment approval.
Marked as Deployed- If ticket is moved to
Done
the snapshot will Mark as Deployed in ProductionError handling -
An error is logged if the flow is unable to get the business model
An error notification is created for the following:
i. Standard Risk Test snapshot is not found.
ii. the first Jira ticket with document has been moved toRejected
.
iii. any other exception occurs in the flow.
Related Articles
Next Article: Operationalizing Models: Overview Next Article: Example Workflows - LLM Model Implementations >