Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to create an endpoint using the model trained by Vertex AI?

I trained a model using Google Cloud Vertex AI. I have a dataset containing different videos and model does the video classification of these videos. In the Google Cloud Platform, I can find accuracy of the given videos after model has been trained. However, I could not find a way to create an Endpoint which is required to implement my model to the project.

In other words, I have a model trained by Google Cloud’s Vertex AI and I want to create an Endpoint which accepts a request with video and returns the accuracy according to the trained model. Google Cloud provides a way to do it using Endpoints but as shown below, following error occurs. This model cannot be deployed to an Endpoint

I could not find any documents on why this error is given to me. On the other hand, when I download the given model, code requires input type as below with the video;

“RESNETISH_V3: float32 Tensor, shape=(None, 128)”.

I do not know what is this variable type and this is basically where I am stuck. I need help deploying my trained model to any serverless environment, create a code handling posted video and return the accuracy and class of the given video to the request.

5 REPLIES 5

As this would be hard to reproduce on my end without access on your project, I suggest to raise a 1:1 support and a dedicated resource with access on your project can help you with your issue.

Hi, I also have the same issue when working with time prediction. If you have any solution, please kindly let us know!

Just for supplementary information, here is whats happening . Please take a look, i cant click on the deploy buttton.

スクリーンショット 2023-01-08 14.57.33.png

hey I have the same issue. was anyone able to resolve this deployment problem?