I'm getting this error while attempting to update a vertex-ai endpoint labels.
endpoint.update(labels=labels)
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.FAILED_PRECONDITION
details = "Updating PrivateServiceConnectConfig is not supported."
debug_error_string = "UNKNOWN:Error received from peer ipv4:216.58.198.74:443 {created_time:"2024-02-20T15:42:20.8032049+00:00", grpc_status:9, grpc_message:"Updating PrivateServiceConnectConfig is not supported."}"
>
model.update(labels=labels)
dataset.update(labels=labels)
can you help me?
I'm having the exact same error when setting traffic on an endpoint. I wonder what's causing this
The error message you're encountering suggests that updating the labels for the Vertex AI endpoint is failing due to a "FAILED_PRECONDITION" status, specifically related to the "PrivateServiceConnectConfig." This typically indicates that the operation you're trying to perform is not supported or allowed under the current configuration.
Based on the error message, it seems that there might have been a recent change in the configuration or permissions related to PrivateServiceConnectConfig, which is preventing you from updating the endpoint labels.
Here are a few steps you can take to troubleshoot and potentially resolve the issue:
By following these steps, you should be able to identify the cause of the issue and determine the appropriate course of action to resolve it.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |