How to Configure Model Monitoring in Vertex AI using aiplatform.BatchPredictionJob.create()?
I encountered an issue while setting up Vertex AI Model Monitoring using the aiplatform SDK, specifically when configuring BatchPredictionJob.create(). The documentation was unclear and lacked examples for defining model_monitoring_objective_config and model_monitoring_alert_config. This caused compatibility issues due to incomplete references and unclear parameter mappings.