mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
Add MlModel config type (#7233)
This commit is contained in:
parent
54a41e265f
commit
57501dc8ee
@ -448,6 +448,11 @@ const AddIngestion = ({
|
||||
type: ConfigType.PipelineMetadata,
|
||||
};
|
||||
}
|
||||
case ServiceCategory.ML_MODAL_SERVICES: {
|
||||
return {
|
||||
type: ConfigType.MlModelMetadata,
|
||||
};
|
||||
}
|
||||
default: {
|
||||
return {};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user