1 questions from the last 30 days
Best practices
1
vote
2
replies
40
views
How to create a functional test on an existing resource on Google Cloud?
Let's take a concrete example. I created the following my_function Python function:
from google.cloud.aiplatform import Endpoint
def my_function(existing_endpoint: Endpoint)-> str:
return ...