acryl-datahub-cloud 0.3.7.9rc1__py3-none-any.whl → 0.3.7.9.2rc1__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.

@@ -30,6 +30,7 @@ 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
33
34
  from ......schema_classes import MetricsClass
34
35
  from ......schema_classes import QuantitativeAnalysesClass
35
36
  from ......schema_classes import SourceCodeClass
@@ -61,6 +62,7 @@ MLModelFactors = MLModelFactorsClass
61
62
  MLModelGroupProperties = MLModelGroupPropertiesClass
62
63
  MLModelProperties = MLModelPropertiesClass
63
64
  MLPrimaryKeyProperties = MLPrimaryKeyPropertiesClass
65
+ MLTrainingRunProperties = MLTrainingRunPropertiesClass
64
66
  Metrics = MetricsClass
65
67
  QuantitativeAnalyses = QuantitativeAnalysesClass
66
68
  SourceCode = SourceCodeClass