【问题标题】:Google AI Platform _InactiveRpcError, MethodNotImplemented: 501 Received http2 header with status: 404Google AI Platform _InactiveRpcError, MethodNotImplemented: 501 Received http2 header with status: 404
【发布时间】:2021-08-30 17:03:58
【问题描述】:

尝试运行:

client = google.cloud.aiplatform.gapic.JobServiceClient(client_options=client_options)
client.create_custom_job(parent=PARENT, custom_job=CUSTOM_JOB)

我明白了:

_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
    status = StatusCode.UNIMPLEMENTED
    details = "Received http2 header with status: 404"
    debug_error_string = "{"created":"@1623698785.509643000","description":"Received http2 :status header with non-200 OK status","file":"src/core/ext/filters/http/client/http_client_filter.cc","file_line":130,"grpc_message":"Received http2 header with status: 404","grpc_status":12,"value":"404"}"
>

有什么想法吗?

【问题讨论】:

    标签: python google-cloud-platform google-ai-platform


    【解决方案1】:

    好的,我将区域从 eu-west2 更改为 eu-west4 并且有效,尽管文档另有说明,但似乎尚未在该区域实现。

    【讨论】:

      猜你喜欢
      • 2021-05-19
      • 2021-10-26
      • 2020-08-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-09-03
      相关资源
      最近更新 更多