Commit 4e2d87f
fix: Generate uuid run_name when run_name_prefix is not specified.
PiperOrigin-RevId: 6419644211 parent cad035c commit 4e2d87fCopy full SHA for 4e2d87f
2 files changed
+10-4Lines changed: 10 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- google/cloud/aiplatform/tensorboard
- tests/unit/aiplatform
Expand file treeCollapse file tree
Open diff view settings
Collapse file
google/cloud/aiplatform/tensorboard/uploader_utils.py
Copy file name to clipboardExpand all lines: google/cloud/aiplatform/tensorboard/uploader_utils.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
222 | 222 | |
223 | 223 | |
224 | 224 | |
| 225 | + |
| 226 | + |
225 | 227 | |
226 | 228 | |
227 | 229 | |
228 | 230 | |
229 | | - |
230 | | - |
231 | 231 | |
232 | 232 | |
233 | 233 | |
|
Collapse file
tests/unit/aiplatform/test_uploader.py
Copy file name to clipboardExpand all lines: tests/unit/aiplatform/test_uploader.py+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
665 | 665 | |
666 | 666 | |
667 | 667 | |
668 | | - |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
669 | 674 | |
670 | 675 | |
671 | 676 | |
| ||
686 | 691 | |
687 | 692 | |
688 | 693 | |
| 694 | + |
689 | 695 | |
690 | 696 | |
691 | 697 | |
| ||
734 | 740 | |
735 | 741 | |
736 | 742 | |
737 | | - |
| 743 | + |
738 | 744 | |
739 | 745 | |
740 | 746 | |
|
0 commit comments