mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-16 19:38:26 +00:00
fix(ingest): update sample MCEs based on MLModel changes (#2124)
This commit is contained in:
parent
8e03441ffe
commit
e096c61a32
@ -592,11 +592,11 @@
|
||||
{
|
||||
"auditHeader": null,
|
||||
"proposedSnapshot": {
|
||||
"com.linkedin.metadata.snapshot.MLModelSnapshot": {
|
||||
"urn": "urn:li:mlmodel:(urn:li:dataPlatform:science,scienceModel,PROD)",
|
||||
"com.linkedin.pegasus2avro.metadata.snapshot.MLModelSnapshot": {
|
||||
"urn": "urn:li:mlModel:(urn:li:dataPlatform:science,scienceModel,PROD)",
|
||||
"aspects": [
|
||||
{
|
||||
"com.linkedin.common.Ownership": {
|
||||
"com.linkedin.pegasus2avro.common.Ownership": {
|
||||
"owners": [
|
||||
{
|
||||
"owner": "urn:li:corpuser:jdoe",
|
||||
@ -614,19 +614,15 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"com.linkedin.ml.metadata.MLModelProperties": {
|
||||
"com.linkedin.pegasus2avro.ml.metadata.MLModelProperties": {
|
||||
"description": "A sample model for predicting some outcome.",
|
||||
"date": 0,
|
||||
"version": {
|
||||
"versionTag": "1.5.3"
|
||||
},
|
||||
"tags": [
|
||||
"science"
|
||||
]
|
||||
"date": null,
|
||||
"tags": [],
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"com.linkedin.ml.metadata.TrainingData": {
|
||||
"com.linkedin.pegasus2avro.ml.metadata.TrainingData": {
|
||||
"trainingData": [
|
||||
{
|
||||
"dataset": "urn:li:dataset:(urn:li:dataPlatform:hive,pageViewsHive,PROD)",
|
||||
@ -639,7 +635,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"com.linkedin.ml.metadata.EvaluationData": {
|
||||
"com.linkedin.pegasus2avro.ml.metadata.EvaluationData": {
|
||||
"evaluationData": [
|
||||
{
|
||||
"dataset": "urn:li:dataset:(urn:li:dataPlatform:hive,pageViewsHive,PROD)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user