Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add util functions to get URLs for Vertex Tensorboard web app. #635

Merged
merged 1 commit into from Aug 23, 2021

Conversation

karthikv2k
Copy link
Contributor

@karthikv2k karthikv2k commented Aug 17, 2021

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:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #644

@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label Aug 17, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 17, 2021
@karthikv2k karthikv2k changed the title Add util functions to get URLs for Tensorboard web app. feat: add util functions to get URLs for Vertex Tensorboard web app. Aug 19, 2021
@karthikv2k karthikv2k force-pushed the master branch 3 times, most recently from 0ea1bf6 to 5447114 Compare August 19, 2021 22:01
@karthikv2k karthikv2k marked this pull request as ready for review August 19, 2021 22:01
@karthikv2k karthikv2k requested a review from a team as a code owner August 19, 2021 22:01
@sasha-gitg sasha-gitg self-requested a review August 19, 2021 22:08
Copy link
Member

@sasha-gitg sasha-gitg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks Karthik!

)


def _parse_experiment_name(experiment_name: str) -> Dict[str, str]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docstring

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good. Done.

@sasha-gitg sasha-gitg added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 20, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 20, 2021
@karthikv2k karthikv2k force-pushed the master branch 5 times, most recently from 751dce5 to 05b36b9 Compare August 23, 2021 16:33
@dizcology dizcology merged commit 8d88c00 into googleapis:master Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the AI Platform API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add util functions to create URLs for viewing and comparing Vertex Tensorboard Experiments
4 participants