Skip to content

Commit

Permalink
Add the new parameter to the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-nakagawa authored and potiuk committed Apr 25, 2022
1 parent 48abf57 commit 27af0b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:param retry: Designation of what errors, if any, should be retried.
:param timeout: The timeout for this request.
:param metadata: Strings which should be sent along with the request as metadata.
Expand Down

0 comments on commit 27af0b7

Please sign in to comment.