简体   繁体   English

什么时候可以找到 Vertex AI Batch Prediction 作业的日志?

[英]When can one find logs for Vertex AI Batch Prediction jobs?

I couldn't find relevant information in the Documentation.我在文档中找不到相关信息。 I have tried all options and links in the batch transform pages.我已经尝试了批量转换页面中的所有选项和链接。

They can be found, but unfortunately not via any links in the Vertex AI console.可以找到它们,但遗憾的是无法通过 Vertex AI 控制台中的任何链接找到它们。

Soon after the batch prediction job fails, go to Logging -> Logs Explorer and create a query like this, replacing YOUR_PROJECT with the name of your gcp project:批量预测作业失败后不久,转到 Logging -> Logs Explorer 并创建如下查询,将 YOUR_PROJECT 替换为 gcp 项目的名称:

logName:"projects/YOUR_PROJECT/logs/ml.googleapis.com"

First look for the same error reported by the Batch Prediction page in the Vertex AI console: "Job failed. See logs for full details."首先在 Vertex AI 控制台中查找 Batch Prediction 页面报告的相同错误:“作业失败。有关完整详细信息,请参阅日志。”

The log line above the "Job Failed" error will likely report the real reason your batch prediction job failed. “作业失败”错误上方的日志行可能会报告您的批量预测作业失败的真正原因。

I have found that just going to Cloud logger after batch prediction job fails and clicking run query shows the error details我发现在批量预测作业失败后只需转到 Cloud logger 并单击运行查询即可显示错误详细信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Vertex AI 端点 - 每次批量预测后创建数据集 - Vertex AI endpoints - dataset creation after every batch prediction Vertex AI:自定义 model 的批量预测因 RuntimeError 失败:尚未创建 BatchPredictionJob 资源 - Vertex AI: Batch prediction for custom model fails with RuntimeError: BatchPredictionJob resource has not been created GCP Vertex AI Endpoint 返回空预测数组 - GCP Vertex AI Endpoint returning empty prediction array Google Vertex AI 预测:为什么 TorchServe 显示 0 个 GPU? - Google Vertex AI Prediction: Why is TorchServe showing 0 GPUs? 在 Vertex AI(谷歌云平台)中使用 model 进行预测 - Using model for prediction in Vertex AI (Google Cloud Platform) 允许用户在 GCP Vertex AI 训练作业中查看 GPU 利用率 - Allowing users to view GPU utilization in GCP Vertex AI training jobs 将tensorboard日志从云存储上传到vertex ai - tensorboard - Upload tensorboard logs from cloud storage to vertex ai - tensorboard 批处理作业中的 Vertex AI 504 错误 - 如何修复/故障排除 - Vertex AI 504 Errors in batch job - How to fix/troubleshoot 使用自定义 model 为 Vertex AI 批量预测返回置信度分数 - Return confidence score with custom model for Vertex AI batch predictions 如何使用 Node.js 客户端库对私有 Vertex AI 端点进行预测? - How to make a prediction to a private Vertex AI endpoint with Node.js client libraries?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM