We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1111111111.asia-east1-833661946063.vdb.vertexai.goog
config.endpoint
find_neighbors
deployed_index_id
index_endpoint
queries
Google::Cloud::UnknownError (2:Stream removed. debug_error_string:{UNKNOWN:Error received from peer {grpc_message:"Stream removed", grpc_status:2, created_time:"2023-11-10T03:11:25.970084135+00:00"}}):
I can find Deployed Index parameter is public_access_enabled: false.
public_access_enabled: false
But I create index by cURL command below.
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $(gcloud auth print-access-token)" \ "https://us-central1-aiplatform.googleapis.com/v1/projects/my-own-project-id/locations/us-central1/indexEndpoints" \ -d '{"display_name": "public-endpoint-name", "publicEndpointEnabled": true}' # it's true!
So it was created, but public_endpoint_enabled is false...
IndexEndpointService::Client got below.
A request was succeed by Postman to use gRPC request.
Do you know how to use public endpoint by gRPC access?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment details
Steps to reproduce
1111111111.asia-east1-833661946063.vdb.vertexai.goog
)config.endpoint
:1111111111.asia-east1-833661946063.vdb.vertexai.goog
find_neighbors
deployed_index_id
,index_endpoint
,queries
Google::Cloud::UnknownError (2:Stream removed. debug_error_string:{UNKNOWN:Error received from peer {grpc_message:"Stream removed", grpc_status:2, created_time:"2023-11-10T03:11:25.970084135+00:00"}}):
comment
I can find Deployed Index parameter is
public_access_enabled: false
.But I create index by cURL command below.
So it was created, but public_endpoint_enabled is false...
IndexEndpointService::Client got below.
A request was succeed by Postman to use gRPC request.
Do you know how to use public endpoint by gRPC access?
Tries
The text was updated successfully, but these errors were encountered: