删除特征存储。但是,继续收费
Delete feature stores. But, Continue to be charged
我创建了一个“Vertex AI”的“Feature Store”,后来删除了它,但它继续作为SKU“Feature Store在线服务节点”收费。
有相同情况的人吗?
有没有人从这种情况中恢复过来?怎么样?
我通过 curl 创建和删除了一个特征存储,以及以下文档。
https://cloud.google.com/vertex-ai/docs/featurestore/managing-featurestores
$ curl -X POST -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) -H "Content-Type: application/json; charset=utf-8" -d @request.json https://us-central1-aiplatform.googleapis.com/v1beta1/projects/xxx/locations/us-central1/featurestores?featurestoreId=used_apartment
$ curl -X DELETE -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) -H "Content-Type: application/json; charset=utf-8" https://us-central1-aiplatform.googleapis.com/v1beta1/projects/xxx/locations/us-central1/featurestores/used_apartment
我查看了功能商店列表列表。我收到一个空结果。
$ curl -X GET -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) https://us-central1-aiplatform.googleapis.com/v1beta1/projects/xxx/locations/us-central1/featurestores
{}
不过,我好像还在继续被收费。 (为什么?)
周末好像没充了
过去的费用也被修改了。
不知道是什么原因,但是问题没有了,我就关闭了。
多收的费用应该是暂时的,应该在删除特征存储 2 天后恢复。我们正在积极努力改进处理方式,以便您以后不会再看到此类临时错误收费。
我创建了一个“Vertex AI”的“Feature Store”,后来删除了它,但它继续作为SKU“Feature Store在线服务节点”收费。
有相同情况的人吗?
有没有人从这种情况中恢复过来?怎么样?
我通过 curl 创建和删除了一个特征存储,以及以下文档。
https://cloud.google.com/vertex-ai/docs/featurestore/managing-featurestores
$ curl -X POST -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) -H "Content-Type: application/json; charset=utf-8" -d @request.json https://us-central1-aiplatform.googleapis.com/v1beta1/projects/xxx/locations/us-central1/featurestores?featurestoreId=used_apartment
$ curl -X DELETE -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) -H "Content-Type: application/json; charset=utf-8" https://us-central1-aiplatform.googleapis.com/v1beta1/projects/xxx/locations/us-central1/featurestores/used_apartment
我查看了功能商店列表列表。我收到一个空结果。
$ curl -X GET -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) https://us-central1-aiplatform.googleapis.com/v1beta1/projects/xxx/locations/us-central1/featurestores
{}
不过,我好像还在继续被收费。 (为什么?)
周末好像没充了
过去的费用也被修改了。
不知道是什么原因,但是问题没有了,我就关闭了。
多收的费用应该是暂时的,应该在删除特征存储 2 天后恢复。我们正在积极努力改进处理方式,以便您以后不会再看到此类临时错误收费。