Assigned
Status Update
Comments
pu...@google.com <pu...@google.com>
ar...@google.com <ar...@google.com> #2
Hello,
Thank you for reporting the issue.
Could you please elaborate more on the issue, providing the detailed steps to reproduce the issue, documentation if you are following any, screenshots of the issue ?
le...@vodafone.com <le...@vodafone.com> #3
See this happpens when I describe the endpoint, after following the instructions, there's no service attachment:
gcloud ai endpoints describe xxx --project=yyy --region europe-west3
Using endpoint [https://europe-west3-aiplatform.googleapis.com/ ]
createTime: '2025-03-05T09:49:36.242193Z'
deployedModels:
- createTime: '2025-03-05T12:51:05.490624Z'
dedicatedResources:
machineSpec:
machineType: n1-standard-2
maxReplicaCount: 1
minReplicaCount: 1
displayName: private-ai-model
id: 'xxx'
model: projects/yyy/locations/europe-west3/models/xxx
modelVersionId: '3'
status:
availableReplicaCount: 1
displayName: hello
etag: zzz=
name: projects/xxx/locations/europe-west3/endpoints/yyy
privateServiceConnectConfig:
enablePrivateServiceConnect: true
projectAllowlist:
- kkkk
trafficSplit:
'1414301806808268800': 100
updateTime: '2025-03-05T16:41:05.024686Z'
gcloud ai endpoints describe xxx --project=yyy --region europe-west3
Using endpoint [
createTime: '2025-03-05T09:49:36.242193Z'
deployedModels:
- createTime: '2025-03-05T12:51:05.490624Z'
dedicatedResources:
machineSpec:
machineType: n1-standard-2
maxReplicaCount: 1
minReplicaCount: 1
displayName: private-ai-model
id: 'xxx'
model: projects/yyy/locations/europe-west3/models/xxx
modelVersionId: '3'
status:
availableReplicaCount: 1
displayName: hello
etag: zzz=
name: projects/xxx/locations/europe-west3/endpoints/yyy
privateServiceConnectConfig:
enablePrivateServiceConnect: true
projectAllowlist:
- kkkk
trafficSplit:
'1414301806808268800': 100
updateTime: '2025-03-05T16:41:05.024686Z'
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Following the instructions the endpoints don't have service attachment
What you expected to happen:
Get a service attachment
Steps to reproduce:
Create a private endpoint.
Other information (workarounds you have tried, documentation consulted, etc):