We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48abf57 commit 27af0b7Copy full SHA for 27af0b7
airflow/providers/google/cloud/operators/vertex_ai/endpoint_service.py
@@ -55,6 +55,7 @@ class CreateEndpointOperator(BaseOperator):
55
:param project_id: Required. The ID of the Google Cloud project that the service belongs to.
56
:param region: Required. The ID of the Google Cloud region that the service belongs to.
57
: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.
59
:param retry: Designation of what errors, if any, should be retried.
60
:param timeout: The timeout for this request.
61
:param metadata: Strings which should be sent along with the request as metadata.
0 commit comments