File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
airflow/providers/google/cloud Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ def create_endpoint(
92
92
:param project_id: Required. The ID of the Google Cloud project that the service belongs to.
93
93
:param region: Required. The ID of the Google Cloud region that the service belongs to.
94
94
:param endpoint: Required. The Endpoint to create.
95
- :param endpoint_id: The ID of Endpoint. If not provided, Vertex AI will generate a value for this ID.
95
+ :param endpoint_id: The ID of Endpoint. This value should be 1-10 characters, and valid characters
96
+ are /[0-9]/. If not provided, Vertex AI will generate a value for this ID.
96
97
:param retry: Designation of what errors, if any, should be retried.
97
98
:param timeout: The timeout for this request.
98
99
:param metadata: Strings which should be sent along with the request as metadata.
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ class CreateEndpointOperator(BaseOperator):
55
55
:param project_id: Required. The ID of the Google Cloud project that the service belongs to.
56
56
:param region: Required. The ID of the Google Cloud region that the service belongs to.
57
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.
58
+ :param endpoint_id: The ID of Endpoint. This value should be 1-10 characters, and valid characters
59
+ are /[0-9]/. If not provided, Vertex AI will generate a value for this ID.
59
60
:param retry: Designation of what errors, if any, should be retried.
60
61
:param timeout: The timeout for this request.
61
62
:param metadata: Strings which should be sent along with the request as metadata.
You canβt perform that action at this time.
0 commit comments