我正在尝试创建一个顶点AI端点,启用了监控功能,当其中一个已部署的模型降低性能时,它可以触发顶点AI管道执行。然而,顶点AI并不提供任何内置功能来完成它。是否有一种方法来捕获顶点AI监控引发的警报并触发管道?
发布于 2022-09-28 11:52:49
https://cloud.google.com/vertex-ai/docs/model-monitoring/using-model-monitoring#cloud-logging-info
https://cloud.google.com/logging/docs/alerting/log-based-alerts
v3/rest/v3/projects.notificationChannels#NotificationChannel
https://cloud.google.com/functions/docs/calling/pubsub
https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.pipelineJobs/create
https://stackoverflow.com/questions/73584269
复制相似问题