AutoML 训练管道作业失败。我在哪里可以找到日志?
AutoML training pipeline job failed. Where can I find the logs?
我正在使用 Vertex AI 的 AutoML 来训练模型,但失败并显示如下错误消息。我在哪里可以找到这项工作的日志?
Training pipeline failed with error message: Job failed. See logs for details.
我刚才遇到了同样的问题,向 Google 提出了一个案例,他告诉我如何找到错误日志。
在 GCP Log Explorer 中,您需要过滤器 resource.type = "ml_job"
(确保您的时间范围也设置正确!)
我正在使用 Vertex AI 的 AutoML 来训练模型,但失败并显示如下错误消息。我在哪里可以找到这项工作的日志?
Training pipeline failed with error message: Job failed. See logs for details.
我刚才遇到了同样的问题,向 Google 提出了一个案例,他告诉我如何找到错误日志。
在 GCP Log Explorer 中,您需要过滤器 resource.type = "ml_job"
(确保您的时间范围也设置正确!)