-
Notifications
You must be signed in to change notification settings - Fork 14
feat(samples): add remaining featurestore api samples #338
feat(samples): add remaining featurestore api samples #338
Conversation
Here is the summary of changes. You are about to add 7 region tags.
This comment is generated by snippet-bot.
|
samples/get-featurestore-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.
Can you change this to 5s. For Get/List, the default timeout is 5s
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.
project, | ||
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.
Same here, change to 5s
samples/list-featurestores-sample.js
Outdated
project, | ||
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.
Same
project, | ||
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
fixedNodeCount = 1, | ||
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 this to 10min
maxNodeCount = 3, | ||
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.
10 min
Warning: This pull request is touching the following templated files:
|
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. |
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. |
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