nutritious-bird-77396
03/03/2021, 12:04 AMMLModels
Client where the Snapshot aspects array is empty in here - https://github.com/linkedin/datahub/blob/master/gms/impl/src/main/java/com/linkedin/metadata/resources/ml/MLModels.java#L121
Any clues on where the issue might be?big-carpet-38439
03/03/2021, 5:29 AMbig-carpet-38439
03/03/2021, 5:29 AMbig-carpet-38439
03/03/2021, 5:29 AMnutritious-bird-77396
03/03/2021, 2:20 PMmetadata-ingestion
Also in the MLModel Client value urn
is populated that i can see it thru debug and its also part of the GraphQL response.
{
"data": {
"mlmodel": {
"urn": "urn:li:mlModel:(urn:li:dataPlatform:science,scienceModel,PROD)",
"type": "MLMODEL",
"name": "scienceModel",
"origin": "PROD",
"description": "",
"tags": [],
"properties": null,
"ownership": null,
"status": null,
"institutionalMemory": null,
"mlModelProperties": null,
"intendedUse": null,
"mlModelFactorPrompts": null,
"metrics": null,
"trainingData": null,
"evaluationData": null,
"quantitativeAnalyses": null,
"ethicalConsiderations": null,
"caveatsAndRecommendations": null,
"cost": null
}
}
}
big-carpet-38439
03/03/2021, 3:41 PMnutritious-bird-77396
03/03/2021, 4:15 PMbig-carpet-38439
03/03/2021, 5:16 PMnutritious-bird-77396
03/03/2021, 5:30 PMnutritious-bird-77396
03/03/2021, 5:37 PMurn:li:mlModel:(urn:li:dataPlatform:science,scienceModel,PROD)
nutritious-bird-77396
03/03/2021, 5:39 PMcurl -H 'X-RestLi-Protocol-Version:2.0.0' -H 'X-RestLi-Method: get' '<http://localhost:8080/mlModels/($params:(),name:dataScienceModel,origin:TEST,platform:urn%3Ali%3AdataPlatform%3AdataScience)/snapshot/($params:(),aspectVersions:List((aspect:com.linkedin.common.Ownership,version:0)))>' | jq
nutritious-bird-77396
03/03/2021, 6:32 PM