Skip to main content
Best practices
1 vote
2 replies
40 views

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 ...
Maxime Oriol's user avatar