Add MlModel config type (#7233)

This commit is contained in:
Pere Miquel Brull 2022-09-06 14:22:38 +02:00 committed by GitHub
parent 54a41e265f
commit 57501dc8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -448,6 +448,11 @@ const AddIngestion = ({
type: ConfigType.PipelineMetadata,
};
}
case ServiceCategory.ML_MODAL_SERVICES: {
return {
type: ConfigType.MlModelMetadata,
};
}
default: {
return {};
}