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,
|
"auditHeader": null,
|
||||||
"proposedSnapshot": {
|
"proposedSnapshot": {
|
||||||
"com.linkedin.metadata.snapshot.MLModelSnapshot": {
|
"com.linkedin.pegasus2avro.metadata.snapshot.MLModelSnapshot": {
|
||||||
"urn": "urn:li:mlmodel:(urn:li:dataPlatform:science,scienceModel,PROD)",
|
"urn": "urn:li:mlModel:(urn:li:dataPlatform:science,scienceModel,PROD)",
|
||||||
"aspects": [
|
"aspects": [
|
||||||
{
|
{
|
||||||
"com.linkedin.common.Ownership": {
|
"com.linkedin.pegasus2avro.common.Ownership": {
|
||||||
"owners": [
|
"owners": [
|
||||||
{
|
{
|
||||||
"owner": "urn:li:corpuser:jdoe",
|
"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.",
|
"description": "A sample model for predicting some outcome.",
|
||||||
"date": 0,
|
"date": null,
|
||||||
"version": {
|
"tags": [],
|
||||||
"versionTag": "1.5.3"
|
"version": null
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"science"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"com.linkedin.ml.metadata.TrainingData": {
|
"com.linkedin.pegasus2avro.ml.metadata.TrainingData": {
|
||||||
"trainingData": [
|
"trainingData": [
|
||||||
{
|
{
|
||||||
"dataset": "urn:li:dataset:(urn:li:dataPlatform:hive,pageViewsHive,PROD)",
|
"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": [
|
"evaluationData": [
|
||||||
{
|
{
|
||||||
"dataset": "urn:li:dataset:(urn:li:dataPlatform:hive,pageViewsHive,PROD)"
|
"dataset": "urn:li:dataset:(urn:li:dataPlatform:hive,pageViewsHive,PROD)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user