Skip to content

Commit

Permalink
fix: remove top-level metadata types mlmodel, modelconnection and mod…
Browse files Browse the repository at this point in the history
…elschema (#1369)
  • Loading branch information
neerajkumar-sfdc authored Jul 17, 2024
1 parent ca2c9db commit e3b4285
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@
"mktDataTranObject": "mktdatatranobject",
"mlDataDefinition": "mldatadefinition",
"mlDomain": "mldomain",
"mlModel": "mlmodelartifact",
"mlModelConnection": "mlmodelconnection",
"mlModelSchema": "mlmodelschema",
"mlPrediction": "mlpredictiondefinition",
"mlRecommendation": "mlrecommendationdefinition",
"mobSecurityCertPinConfig": "mobsecuritycertpinconfig",
Expand Down Expand Up @@ -3065,30 +3062,6 @@
"name": "MlDomain",
"suffix": "mlDomain"
},
"mlmodelartifact": {
"directoryName": "mlModels",
"id": "mlmodelartifact",
"inFolder": false,
"name": "MlModelArtifact",
"strictDirectoryName": false,
"suffix": "mlModel"
},
"mlmodelconnection": {
"directoryName": "mlModelConnections",
"id": "mlmodelconnection",
"inFolder": false,
"name": "MlModelConnection",
"strictDirectoryName": false,
"suffix": "mlModelConnection"
},
"mlmodelschema": {
"directoryName": "mlModelSchemas",
"id": "mlmodelschema",
"inFolder": false,
"name": "MlModelSchema",
"strictDirectoryName": false,
"suffix": "mlModelSchema"
},
"mlpredictiondefinition": {
"directoryName": "mlPredictions",
"id": "mlpredictiondefinition",
Expand Down

0 comments on commit e3b4285

Please sign in to comment.