Commit bc135cb
Add projects and hubs to AML SDK. (#35142)
* initial dump
* run black
* black, mypy, lint
* test corrections 1
* rerun black
* remove outdated test
* refactor polymorphism to not need more load functions
* syntax checks
* refactor constant to not be enum to avoid type problems
* update assets
* more test corrections
* more test corrections, feature store kind refactor
* rename type to kind
* show associated workspaces in yaml view
* assign project values from hub during creation
* formatting
* record pna in projects
* rename remove project from default_project_resource_group
* Update sdk/ml/azure-ai-ml/azure/ai/ml/constants/_common.py
Co-authored-by: kdestin <[email protected]>
* Update sdk/ml/azure-ai-ml/azure/ai/ml/operations/_workspace_operations.py
Co-authored-by: kdestin <[email protected]>
* Update sdk/ml/azure-ai-ml/azure/ai/ml/operations/_workspace_operations.py
Co-authored-by: kdestin <[email protected]>
* Update sdk/ml/azure-ai-ml/azure/ai/ml/operations/_workspace_operations.py
Co-authored-by: kdestin <[email protected]>
* name consistency
* undo enumification of workspace kind
---------
Co-authored-by: kdestin <[email protected]>1 parent 06ccc73 commit bc135cb
File tree
46 files changed
+907
-901
lines changed- sdk/ml/azure-ai-ml
- azure/ai/ml
- _schema
- _workspace_hub
- workspace
- ai_workspaces
- constants
- entities
- _feature_store
- _workspace_hub
- _workspace
- _ai_workspaces
- operations
- samples
- tests
- test_configs/workspace
- ai_workspaces
- workspace
- ai_workspaces
- e2etests
- unittests
- e2etests
- unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+907
-901
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
658 | 656 | | |
659 | 657 | | |
660 | 658 | | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | 659 | | |
671 | 660 | | |
672 | 661 | | |
| |||
811 | 800 | | |
812 | 801 | | |
813 | 802 | | |
814 | | - | |
| 803 | + | |
| 804 | + | |
815 | 805 | | |
816 | 806 | | |
817 | 807 | | |
| |||
854 | 844 | | |
855 | 845 | | |
856 | 846 | | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | 847 | | |
868 | 848 | | |
869 | 849 | | |
| |||
Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments