Skip to content

Commit 4d65ac3

Browse files
committed
adding missin MLTypes
1 parent a1f1885 commit 4d65ac3

File tree

1 file changed

+2
-0
lines changed
  • metadata-ingestion/src/datahub/ingestion/source

1 file changed

+2
-0
lines changed

metadata-ingestion/src/datahub/ingestion/source/vertexai.py

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ class MLTypes(StrEnum):
105105
ENDPOINT = "Endpoint"
106106
DATASET = "Dataset"
107107
PROJECT = "Project"
108+
EXPERIMENT = "Experiment"
109+
EXPERIMENT_RUN = "Experiment Run"
108110

109111

110112
@dataclasses.dataclass

0 commit comments

Comments
 (0)