lwyszomi commented on code in PR #23070:
URL: https://github.com/apache/airflow/pull/23070#discussion_r853767694
##########
airflow/providers/google/cloud/operators/vertex_ai/endpoint_service.py:
##########
@@ -55,6 +55,7 @@ class CreateEndpointOperator(BaseOperator):
:param project_id: Required. The ID of the Google Cloud project that the
service belongs to.
:param region: Required. The ID of the Google Cloud region that the
service belongs to.
:param endpoint: Required. The Endpoint to create.
+ :param endpoint_id: The ID of Endpoint. If not provided, Vertex AI will
generate a value for this ID.
Review Comment:
same here
##########
airflow/providers/google/cloud/hooks/vertex_ai/endpoint_service.py:
##########
@@ -91,6 +92,7 @@ def create_endpoint(
:param project_id: Required. The ID of the Google Cloud project that
the service belongs to.
:param region: Required. The ID of the Google Cloud region that the
service belongs to.
:param endpoint: Required. The Endpoint to create.
+ :param endpoint_id: The ID of Endpoint. If not provided, Vertex AI
will generate a value for this ID.
Review Comment:
Maybe we should add info about the format of this param?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]