acryl-datahub-cloud 0.3.7.9.1__py3-none-any.whl → 0.3.7.10rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of acryl-datahub-cloud might be problematic. Click here for more details.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/metadata/__init__.py +0 -2
- acryl_datahub_cloud/metadata/schema.avsc +57 -241
- acryl_datahub_cloud/metadata/schema_classes.py +28 -234
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc +2 -4
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc +0 -4
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc +1 -4
- acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc +0 -104
- acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc +47 -104
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +47 -158
- acryl_datahub_cloud/metadata/schemas/PostInfo.avsc +23 -0
- {acryl_datahub_cloud-0.3.7.9.1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/METADATA +39 -39
- {acryl_datahub_cloud-0.3.7.9.1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/RECORD +16 -17
- acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc +0 -171
- {acryl_datahub_cloud-0.3.7.9.1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.7.9.1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.7.9.1.dist-info → acryl_datahub_cloud-0.3.7.10rc1.dist-info}/top_level.txt +0 -0
|
@@ -30,7 +30,6 @@ from ......schema_classes import MLModelFactorsClass
|
|
|
30
30
|
from ......schema_classes import MLModelGroupPropertiesClass
|
|
31
31
|
from ......schema_classes import MLModelPropertiesClass
|
|
32
32
|
from ......schema_classes import MLPrimaryKeyPropertiesClass
|
|
33
|
-
from ......schema_classes import MLTrainingRunPropertiesClass
|
|
34
33
|
from ......schema_classes import MetricsClass
|
|
35
34
|
from ......schema_classes import QuantitativeAnalysesClass
|
|
36
35
|
from ......schema_classes import SourceCodeClass
|
|
@@ -62,7 +61,6 @@ MLModelFactors = MLModelFactorsClass
|
|
|
62
61
|
MLModelGroupProperties = MLModelGroupPropertiesClass
|
|
63
62
|
MLModelProperties = MLModelPropertiesClass
|
|
64
63
|
MLPrimaryKeyProperties = MLPrimaryKeyPropertiesClass
|
|
65
|
-
MLTrainingRunProperties = MLTrainingRunPropertiesClass
|
|
66
64
|
Metrics = MetricsClass
|
|
67
65
|
QuantitativeAnalyses = QuantitativeAnalysesClass
|
|
68
66
|
SourceCode = SourceCodeClass
|
|
@@ -16044,66 +16044,6 @@
|
|
|
16044
16044
|
"default": null,
|
|
16045
16045
|
"doc": "URL where the reference exist"
|
|
16046
16046
|
},
|
|
16047
|
-
{
|
|
16048
|
-
"Relationship": {
|
|
16049
|
-
"/*": {
|
|
16050
|
-
"entityTypes": [
|
|
16051
|
-
"dataJob",
|
|
16052
|
-
"dataProcessInstance"
|
|
16053
|
-
],
|
|
16054
|
-
"isLineage": true,
|
|
16055
|
-
"name": "TrainedBy"
|
|
16056
|
-
}
|
|
16057
|
-
},
|
|
16058
|
-
"type": [
|
|
16059
|
-
"null",
|
|
16060
|
-
{
|
|
16061
|
-
"type": "array",
|
|
16062
|
-
"items": "string"
|
|
16063
|
-
}
|
|
16064
|
-
],
|
|
16065
|
-
"name": "trainingJobs",
|
|
16066
|
-
"default": null,
|
|
16067
|
-
"doc": "List of jobs or process instances (if any) used to train the model or group. Visible in Lineage. Note that ML Models can also be specified as the output of a specific Data Process Instances (runs) via the DataProcessInstanceOutputs aspect."
|
|
16068
|
-
},
|
|
16069
|
-
{
|
|
16070
|
-
"Relationship": {
|
|
16071
|
-
"/*": {
|
|
16072
|
-
"entityTypes": [
|
|
16073
|
-
"dataJob",
|
|
16074
|
-
"dataProcessInstance"
|
|
16075
|
-
],
|
|
16076
|
-
"isLineage": true,
|
|
16077
|
-
"isUpstream": false,
|
|
16078
|
-
"name": "UsedBy"
|
|
16079
|
-
}
|
|
16080
|
-
},
|
|
16081
|
-
"type": [
|
|
16082
|
-
"null",
|
|
16083
|
-
{
|
|
16084
|
-
"type": "array",
|
|
16085
|
-
"items": "string"
|
|
16086
|
-
}
|
|
16087
|
-
],
|
|
16088
|
-
"name": "downstreamJobs",
|
|
16089
|
-
"default": null,
|
|
16090
|
-
"doc": "List of jobs or process instances (if any) that use the model or group."
|
|
16091
|
-
},
|
|
16092
|
-
{
|
|
16093
|
-
"Searchable": {
|
|
16094
|
-
"boostScore": 10.0,
|
|
16095
|
-
"enableAutocomplete": true,
|
|
16096
|
-
"fieldType": "WORD_GRAM",
|
|
16097
|
-
"queryByDefault": true
|
|
16098
|
-
},
|
|
16099
|
-
"type": [
|
|
16100
|
-
"null",
|
|
16101
|
-
"string"
|
|
16102
|
-
],
|
|
16103
|
-
"name": "name",
|
|
16104
|
-
"default": null,
|
|
16105
|
-
"doc": "Display name of the MLModel"
|
|
16106
|
-
},
|
|
16107
16047
|
{
|
|
16108
16048
|
"Searchable": {
|
|
16109
16049
|
"fieldType": "TEXT",
|
|
@@ -16118,7 +16058,6 @@
|
|
|
16118
16058
|
"doc": "Documentation of the MLModel"
|
|
16119
16059
|
},
|
|
16120
16060
|
{
|
|
16121
|
-
"deprecated": true,
|
|
16122
16061
|
"type": [
|
|
16123
16062
|
"null",
|
|
16124
16063
|
"long"
|
|
@@ -16127,24 +16066,6 @@
|
|
|
16127
16066
|
"default": null,
|
|
16128
16067
|
"doc": "Date when the MLModel was developed"
|
|
16129
16068
|
},
|
|
16130
|
-
{
|
|
16131
|
-
"type": [
|
|
16132
|
-
"null",
|
|
16133
|
-
"com.linkedin.pegasus2avro.common.TimeStamp"
|
|
16134
|
-
],
|
|
16135
|
-
"name": "created",
|
|
16136
|
-
"default": null,
|
|
16137
|
-
"doc": "Audit stamp containing who created this and when"
|
|
16138
|
-
},
|
|
16139
|
-
{
|
|
16140
|
-
"type": [
|
|
16141
|
-
"null",
|
|
16142
|
-
"com.linkedin.pegasus2avro.common.TimeStamp"
|
|
16143
|
-
],
|
|
16144
|
-
"name": "lastModified",
|
|
16145
|
-
"default": null,
|
|
16146
|
-
"doc": "Date when the MLModel was last modified"
|
|
16147
|
-
},
|
|
16148
16069
|
{
|
|
16149
16070
|
"type": [
|
|
16150
16071
|
"null",
|
|
@@ -16320,11 +16241,10 @@
|
|
|
16320
16241
|
"Relationship": {
|
|
16321
16242
|
"/*": {
|
|
16322
16243
|
"entityTypes": [
|
|
16323
|
-
"
|
|
16244
|
+
"dataJob"
|
|
16324
16245
|
],
|
|
16325
16246
|
"isLineage": true,
|
|
16326
|
-
"
|
|
16327
|
-
"name": "MemberOf"
|
|
16247
|
+
"name": "TrainedBy"
|
|
16328
16248
|
}
|
|
16329
16249
|
},
|
|
16330
16250
|
"Urn": "Urn",
|
|
@@ -16336,62 +16256,23 @@
|
|
|
16336
16256
|
"items": "string"
|
|
16337
16257
|
}
|
|
16338
16258
|
],
|
|
16339
|
-
"name": "
|
|
16259
|
+
"name": "trainingJobs",
|
|
16340
16260
|
"default": null,
|
|
16341
|
-
"doc": "
|
|
16342
|
-
}
|
|
16343
|
-
],
|
|
16344
|
-
"doc": "Properties associated with a ML Model"
|
|
16345
|
-
},
|
|
16346
|
-
{
|
|
16347
|
-
"type": "record",
|
|
16348
|
-
"Aspect": {
|
|
16349
|
-
"name": "mlTrainingRunProperties"
|
|
16350
|
-
},
|
|
16351
|
-
"name": "MLTrainingRunProperties",
|
|
16352
|
-
"namespace": "com.linkedin.pegasus2avro.ml.metadata",
|
|
16353
|
-
"fields": [
|
|
16261
|
+
"doc": "List of jobs (if any) used to train the model"
|
|
16262
|
+
},
|
|
16354
16263
|
{
|
|
16355
|
-
"
|
|
16264
|
+
"Relationship": {
|
|
16356
16265
|
"/*": {
|
|
16357
|
-
"
|
|
16358
|
-
|
|
16266
|
+
"entityTypes": [
|
|
16267
|
+
"dataJob"
|
|
16268
|
+
],
|
|
16269
|
+
"isLineage": true,
|
|
16270
|
+
"isUpstream": false,
|
|
16271
|
+
"name": "UsedBy"
|
|
16359
16272
|
}
|
|
16360
16273
|
},
|
|
16361
|
-
"
|
|
16362
|
-
|
|
16363
|
-
"values": "string"
|
|
16364
|
-
},
|
|
16365
|
-
"name": "customProperties",
|
|
16366
|
-
"default": {},
|
|
16367
|
-
"doc": "Custom property bag."
|
|
16368
|
-
},
|
|
16369
|
-
{
|
|
16370
|
-
"Searchable": {
|
|
16371
|
-
"fieldType": "KEYWORD"
|
|
16372
|
-
},
|
|
16373
|
-
"java": {
|
|
16374
|
-
"class": "com.linkedin.pegasus2avro.common.url.Url",
|
|
16375
|
-
"coercerClass": "com.linkedin.pegasus2avro.common.url.UrlCoercer"
|
|
16376
|
-
},
|
|
16377
|
-
"type": [
|
|
16378
|
-
"null",
|
|
16379
|
-
"string"
|
|
16380
|
-
],
|
|
16381
|
-
"name": "externalUrl",
|
|
16382
|
-
"default": null,
|
|
16383
|
-
"doc": "URL where the reference exist"
|
|
16384
|
-
},
|
|
16385
|
-
{
|
|
16386
|
-
"type": [
|
|
16387
|
-
"null",
|
|
16388
|
-
"string"
|
|
16389
|
-
],
|
|
16390
|
-
"name": "id",
|
|
16391
|
-
"default": null,
|
|
16392
|
-
"doc": "Run Id of the ML Training Run"
|
|
16393
|
-
},
|
|
16394
|
-
{
|
|
16274
|
+
"Urn": "Urn",
|
|
16275
|
+
"urn_is_array": true,
|
|
16395
16276
|
"type": [
|
|
16396
16277
|
"null",
|
|
16397
16278
|
{
|
|
@@ -16399,36 +16280,36 @@
|
|
|
16399
16280
|
"items": "string"
|
|
16400
16281
|
}
|
|
16401
16282
|
],
|
|
16402
|
-
"name": "
|
|
16283
|
+
"name": "downstreamJobs",
|
|
16403
16284
|
"default": null,
|
|
16404
|
-
"doc": "List of
|
|
16285
|
+
"doc": "List of jobs (if any) that use the model"
|
|
16405
16286
|
},
|
|
16406
16287
|
{
|
|
16407
|
-
"
|
|
16408
|
-
"
|
|
16409
|
-
|
|
16410
|
-
|
|
16411
|
-
|
|
16288
|
+
"Relationship": {
|
|
16289
|
+
"/*": {
|
|
16290
|
+
"entityTypes": [
|
|
16291
|
+
"mlModelGroup"
|
|
16292
|
+
],
|
|
16293
|
+
"isLineage": true,
|
|
16294
|
+
"isUpstream": false,
|
|
16295
|
+
"name": "MemberOf"
|
|
16412
16296
|
}
|
|
16413
|
-
|
|
16414
|
-
"
|
|
16415
|
-
"
|
|
16416
|
-
"doc": "Hyperparameters of the ML Training Run"
|
|
16417
|
-
},
|
|
16418
|
-
{
|
|
16297
|
+
},
|
|
16298
|
+
"Urn": "Urn",
|
|
16299
|
+
"urn_is_array": true,
|
|
16419
16300
|
"type": [
|
|
16420
16301
|
"null",
|
|
16421
16302
|
{
|
|
16422
16303
|
"type": "array",
|
|
16423
|
-
"items": "
|
|
16304
|
+
"items": "string"
|
|
16424
16305
|
}
|
|
16425
16306
|
],
|
|
16426
|
-
"name": "
|
|
16307
|
+
"name": "groups",
|
|
16427
16308
|
"default": null,
|
|
16428
|
-
"doc": "
|
|
16309
|
+
"doc": "Groups the model belongs to"
|
|
16429
16310
|
}
|
|
16430
16311
|
],
|
|
16431
|
-
"doc": "
|
|
16312
|
+
"doc": "Properties associated with a ML Model"
|
|
16432
16313
|
},
|
|
16433
16314
|
{
|
|
16434
16315
|
"type": "record",
|
|
@@ -17223,66 +17104,6 @@
|
|
|
17223
17104
|
"default": {},
|
|
17224
17105
|
"doc": "Custom property bag."
|
|
17225
17106
|
},
|
|
17226
|
-
{
|
|
17227
|
-
"Relationship": {
|
|
17228
|
-
"/*": {
|
|
17229
|
-
"entityTypes": [
|
|
17230
|
-
"dataJob",
|
|
17231
|
-
"dataProcessInstance"
|
|
17232
|
-
],
|
|
17233
|
-
"isLineage": true,
|
|
17234
|
-
"name": "TrainedBy"
|
|
17235
|
-
}
|
|
17236
|
-
},
|
|
17237
|
-
"type": [
|
|
17238
|
-
"null",
|
|
17239
|
-
{
|
|
17240
|
-
"type": "array",
|
|
17241
|
-
"items": "string"
|
|
17242
|
-
}
|
|
17243
|
-
],
|
|
17244
|
-
"name": "trainingJobs",
|
|
17245
|
-
"default": null,
|
|
17246
|
-
"doc": "List of jobs or process instances (if any) used to train the model or group. Visible in Lineage. Note that ML Models can also be specified as the output of a specific Data Process Instances (runs) via the DataProcessInstanceOutputs aspect."
|
|
17247
|
-
},
|
|
17248
|
-
{
|
|
17249
|
-
"Relationship": {
|
|
17250
|
-
"/*": {
|
|
17251
|
-
"entityTypes": [
|
|
17252
|
-
"dataJob",
|
|
17253
|
-
"dataProcessInstance"
|
|
17254
|
-
],
|
|
17255
|
-
"isLineage": true,
|
|
17256
|
-
"isUpstream": false,
|
|
17257
|
-
"name": "UsedBy"
|
|
17258
|
-
}
|
|
17259
|
-
},
|
|
17260
|
-
"type": [
|
|
17261
|
-
"null",
|
|
17262
|
-
{
|
|
17263
|
-
"type": "array",
|
|
17264
|
-
"items": "string"
|
|
17265
|
-
}
|
|
17266
|
-
],
|
|
17267
|
-
"name": "downstreamJobs",
|
|
17268
|
-
"default": null,
|
|
17269
|
-
"doc": "List of jobs or process instances (if any) that use the model or group."
|
|
17270
|
-
},
|
|
17271
|
-
{
|
|
17272
|
-
"Searchable": {
|
|
17273
|
-
"boostScore": 10.0,
|
|
17274
|
-
"enableAutocomplete": true,
|
|
17275
|
-
"fieldType": "WORD_GRAM",
|
|
17276
|
-
"queryByDefault": true
|
|
17277
|
-
},
|
|
17278
|
-
"type": [
|
|
17279
|
-
"null",
|
|
17280
|
-
"string"
|
|
17281
|
-
],
|
|
17282
|
-
"name": "name",
|
|
17283
|
-
"default": null,
|
|
17284
|
-
"doc": "Display name of the MLModelGroup"
|
|
17285
|
-
},
|
|
17286
17107
|
{
|
|
17287
17108
|
"Searchable": {
|
|
17288
17109
|
"fieldType": "TEXT",
|
|
@@ -17297,7 +17118,6 @@
|
|
|
17297
17118
|
"doc": "Documentation of the MLModelGroup"
|
|
17298
17119
|
},
|
|
17299
17120
|
{
|
|
17300
|
-
"deprecated": true,
|
|
17301
17121
|
"type": [
|
|
17302
17122
|
"null",
|
|
17303
17123
|
"long"
|
|
@@ -17306,24 +17126,6 @@
|
|
|
17306
17126
|
"default": null,
|
|
17307
17127
|
"doc": "Date when the MLModelGroup was developed"
|
|
17308
17128
|
},
|
|
17309
|
-
{
|
|
17310
|
-
"type": [
|
|
17311
|
-
"null",
|
|
17312
|
-
"com.linkedin.pegasus2avro.common.TimeStamp"
|
|
17313
|
-
],
|
|
17314
|
-
"name": "created",
|
|
17315
|
-
"default": null,
|
|
17316
|
-
"doc": "Time and Actor who created the MLModelGroup"
|
|
17317
|
-
},
|
|
17318
|
-
{
|
|
17319
|
-
"type": [
|
|
17320
|
-
"null",
|
|
17321
|
-
"com.linkedin.pegasus2avro.common.TimeStamp"
|
|
17322
|
-
],
|
|
17323
|
-
"name": "lastModified",
|
|
17324
|
-
"default": null,
|
|
17325
|
-
"doc": "Date when the MLModelGroup was last modified"
|
|
17326
|
-
},
|
|
17327
17129
|
{
|
|
17328
17130
|
"type": [
|
|
17329
17131
|
"null",
|
|
@@ -20368,6 +20170,7 @@
|
|
|
20368
20170
|
"namespace": "com.linkedin.pegasus2avro.post",
|
|
20369
20171
|
"fields": [
|
|
20370
20172
|
{
|
|
20173
|
+
"Searchable": {},
|
|
20371
20174
|
"type": {
|
|
20372
20175
|
"type": "enum",
|
|
20373
20176
|
"symbolDocs": {
|
|
@@ -20523,9 +20326,20 @@
|
|
|
20523
20326
|
"dataset",
|
|
20524
20327
|
"schemaField",
|
|
20525
20328
|
"chart",
|
|
20329
|
+
"container",
|
|
20526
20330
|
"dashboard",
|
|
20527
20331
|
"dataFlow",
|
|
20528
20332
|
"dataJob",
|
|
20333
|
+
"dataProduct",
|
|
20334
|
+
"glossaryTerm",
|
|
20335
|
+
"glossaryNode",
|
|
20336
|
+
"mlModel",
|
|
20337
|
+
"mlFeature",
|
|
20338
|
+
"notebook",
|
|
20339
|
+
"mlFeatureTable",
|
|
20340
|
+
"mlPrimaryKey",
|
|
20341
|
+
"mlModelGroup",
|
|
20342
|
+
"domain",
|
|
20529
20343
|
"dataProduct"
|
|
20530
20344
|
],
|
|
20531
20345
|
"name": "PostTarget"
|
|
@@ -20539,9 +20353,20 @@
|
|
|
20539
20353
|
"dataset",
|
|
20540
20354
|
"schemaField",
|
|
20541
20355
|
"chart",
|
|
20356
|
+
"container",
|
|
20542
20357
|
"dashboard",
|
|
20543
20358
|
"dataFlow",
|
|
20544
20359
|
"dataJob",
|
|
20360
|
+
"dataProduct",
|
|
20361
|
+
"glossaryTerm",
|
|
20362
|
+
"glossaryNode",
|
|
20363
|
+
"mlModel",
|
|
20364
|
+
"mlFeature",
|
|
20365
|
+
"notebook",
|
|
20366
|
+
"mlFeatureTable",
|
|
20367
|
+
"mlPrimaryKey",
|
|
20368
|
+
"mlModelGroup",
|
|
20369
|
+
"domain",
|
|
20545
20370
|
"dataProduct"
|
|
20546
20371
|
],
|
|
20547
20372
|
"type": [
|
|
@@ -20970,10 +20795,8 @@
|
|
|
20970
20795
|
"Relationship": {
|
|
20971
20796
|
"/*": {
|
|
20972
20797
|
"entityTypes": [
|
|
20973
|
-
"dataset"
|
|
20974
|
-
"mlModel"
|
|
20798
|
+
"dataset"
|
|
20975
20799
|
],
|
|
20976
|
-
"isLineage": true,
|
|
20977
20800
|
"name": "Consumes"
|
|
20978
20801
|
}
|
|
20979
20802
|
},
|
|
@@ -20993,7 +20816,7 @@
|
|
|
20993
20816
|
"items": "string"
|
|
20994
20817
|
},
|
|
20995
20818
|
"name": "inputs",
|
|
20996
|
-
"doc": "Input
|
|
20819
|
+
"doc": "Input datasets to be consumed"
|
|
20997
20820
|
}
|
|
20998
20821
|
],
|
|
20999
20822
|
"doc": "Information about the inputs datasets of a Data process"
|
|
@@ -21010,11 +20833,8 @@
|
|
|
21010
20833
|
"Relationship": {
|
|
21011
20834
|
"/*": {
|
|
21012
20835
|
"entityTypes": [
|
|
21013
|
-
"dataset"
|
|
21014
|
-
"mlModel"
|
|
20836
|
+
"dataset"
|
|
21015
20837
|
],
|
|
21016
|
-
"isLineage": true,
|
|
21017
|
-
"isUpstream": false,
|
|
21018
20838
|
"name": "Produces"
|
|
21019
20839
|
}
|
|
21020
20840
|
},
|
|
@@ -24096,10 +23916,6 @@
|
|
|
24096
23916
|
"dataProcessInstanceRunEvent",
|
|
24097
23917
|
"status",
|
|
24098
23918
|
"testResults",
|
|
24099
|
-
"dataPlatformInstance",
|
|
24100
|
-
"subTypes",
|
|
24101
|
-
"container",
|
|
24102
|
-
"mlTrainingRunProperties",
|
|
24103
23919
|
"lineageFeatures"
|
|
24104
23920
|
],
|
|
24105
23921
|
"entityDoc": "DataProcessInstance represents an instance of a datajob/jobflow run"
|