googleapis / googleapis/python-aiplatform
`grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC`
オープン
api: vertex-ai
- 主要言語
- Python
- スター
- 905
- フォーク
- 465
- 平均マージ
- 1日 13時間
- マージ済み PR(30日)
- 44
説明
I am trying to use this code to submit a training job to vertex ai endpoint. However, I am seeing some errors as mentioned in the title when there are 200 pipelines sending message every second.
```python
job = pipeline_jobs.PipelineJob(
display_name="some display"),
template_path="pipeline.json",
job_id="{}-{}".format(pipeline_name,TIMESTAMP)
)
job.submit(service_account=service_account)
```
コントリビューションガイド
評価
この issue はまだ評価されていません。