Skip to content

Commit 27af0b7

Browse files
mai-nakagawapotiuk
authored andcommitted
Add the new parameter to the docstring
1 parent 48abf57 commit 27af0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airflow/providers/google/cloud/operators/vertex_ai/endpoint_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class CreateEndpointOperator(BaseOperator):
5555
:param project_id: Required. The ID of the Google Cloud project that the service belongs to.
5656
:param region: Required. The ID of the Google Cloud region that the service belongs to.
5757
:param endpoint: Required. The Endpoint to create.
58+
:param endpoint_id: The ID of Endpoint. If not provided, Vertex AI will generate a value for this ID.
5859
:param retry: Designation of what errors, if any, should be retried.
5960
:param timeout: The timeout for this request.
6061
:param metadata: Strings which should be sent along with the request as metadata.

0 commit comments

Comments
 (0)