-
Notifications
You must be signed in to change notification settings - Fork 14
feat(samples): add entity type apis samples #339
Conversation
Here is the summary of changes. You are about to add 9 region tags.
This comment is generated by snippet-bot.
|
samples/get-entity-type-sample.js
Outdated
entityTypeId, | ||
location = 'us-central1', | ||
apiEndpoint = 'us-central1-aiplatform.googleapis.com', | ||
timeout = 300000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change to 5s for Get/List methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made the respective changes
featurestoreId, | ||
location = 'us-central1', | ||
apiEndpoint = 'us-central1-aiplatform.googleapis.com', | ||
timeout = 300000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5s
samples/list-entity-types-sample.js
Outdated
featurestoreId, | ||
location = 'us-central1', | ||
apiEndpoint = 'us-central1-aiplatform.googleapis.com', | ||
timeout = 300000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5s
featurestoreId, | ||
location = 'us-central1', | ||
apiEndpoint = 'us-central1-aiplatform.googleapis.com', | ||
timeout = 300000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5s
This review does not reference the most recent commit, and you are using the secure version of merge-on-green. Please re-review the most recent commit.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #313