azureml-registry-tools 0.1.0a7__py3-none-any.whl → 0.1.0a8__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.
- azureml/registry/data/validate_model_schema.py +1 -1
- azureml/registry/data/validate_model_variant_schema.py +1 -1
- {azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/METADATA +1 -1
- {azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/RECORD +8 -8
- {azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/WHEEL +0 -0
- {azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/licenses/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/top_level.txt +0 -0
@@ -102,7 +102,7 @@ if __name__ == "__main__":
|
|
102
102
|
parser = argparse.ArgumentParser()
|
103
103
|
parser.add_argument("-i", "--input-dirs", required=True,
|
104
104
|
help="Comma-separated list of directories containing assets")
|
105
|
-
parser.add_argument("-m", "--schema-file",
|
105
|
+
parser.add_argument("-m", "--schema-file", default=Path(__file__).parent / "model.schema.json", type=Path, help="Model Schema file")
|
106
106
|
parser.add_argument("-a", "--asset-config-filename", default=assets.DEFAULT_ASSET_FILENAME,
|
107
107
|
help="Asset config file name to search for")
|
108
108
|
args = parser.parse_args()
|
@@ -69,7 +69,7 @@ if __name__ == "__main__":
|
|
69
69
|
# Handle command-line args
|
70
70
|
parser = argparse.ArgumentParser()
|
71
71
|
parser.add_argument("-i", "--input-dirs", required=True, help="Comma-separated list of directories containing assets")
|
72
|
-
parser.add_argument("-m", "--model-variant-schema-file",
|
72
|
+
parser.add_argument("-m", "--model-variant-schema-file", default=Path(__file__).parent / "model-variant.schema.json", type=Path, help="Model Variant Schema file")
|
73
73
|
parser.add_argument("-a", "--asset-config-filename", default=assets.DEFAULT_ASSET_FILENAME, help="Asset config file name to search for")
|
74
74
|
args = parser.parse_args()
|
75
75
|
|
{azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/RECORD
RENAMED
@@ -15,8 +15,8 @@ azureml/registry/data/model-variant.schema.json,sha256=AT4Dy6cCtp_SFUfSqYIqcER8A
|
|
15
15
|
azureml/registry/data/model.schema.json,sha256=sNzo7agu_49GdfSa08T61Hy87j-XY5IwLh6XU39QTAY,25814
|
16
16
|
azureml/registry/data/model.yaml.template,sha256=h5uqAN22FLaWrbPxIb8yVKH9cGDBrIwooXYYfsKhxDw,245
|
17
17
|
azureml/registry/data/notes.md.template,sha256=yFQ7qbrjlGDLZGuSoJUvQjctXsnCdoUd6txJuT-duCY,300
|
18
|
-
azureml/registry/data/validate_model_schema.py,sha256
|
19
|
-
azureml/registry/data/validate_model_variant_schema.py,sha256=
|
18
|
+
azureml/registry/data/validate_model_schema.py,sha256=-13fTuX1iqO7OhZFv8NbBpPlBcs-plNYJVPu40Cgl5M,5236
|
19
|
+
azureml/registry/data/validate_model_variant_schema.py,sha256=JPVNtRBn6qciMu4PaRXOvS86OGGW0cocL2Rri4xYKo8,3629
|
20
20
|
azureml/registry/mgmt/__init__.py,sha256=LMhqcEC8ItmmpKZljElGXH-6olHlT3SLl0dJU01OvuM,226
|
21
21
|
azureml/registry/mgmt/asset_management.py,sha256=7dUp8Dg-YffAWBtqLK6l2to8lafcPfh5GB0aH7ujVsc,9911
|
22
22
|
azureml/registry/mgmt/create_asset_template.py,sha256=ejwLuIsmzJOoUePoxbM-eGMg2E3QHfdX-nPMBzYUVMQ,3525
|
@@ -29,9 +29,9 @@ azureml/registry/tools/config.py,sha256=tjPaoBsWtPXBL8Ww1hcJtsr2SuIjPKt79dR8iovc
|
|
29
29
|
azureml/registry/tools/create_or_update_assets.py,sha256=Q-_BV7KWn1huQn5JriKT_8xJNoQQ_HK5wCftrq9DepA,15988
|
30
30
|
azureml/registry/tools/registry_utils.py,sha256=zgYlCiOONtQJ4yZ9wg8tKVoE8dh6rrjB8hYBGhpV9-0,1403
|
31
31
|
azureml/registry/tools/repo2registry_config.py,sha256=eXp_tU8Jyi30g8xGf7wbpLgKEPpieohBANKxMSLzq7s,4873
|
32
|
-
azureml_registry_tools-0.1.
|
33
|
-
azureml_registry_tools-0.1.
|
34
|
-
azureml_registry_tools-0.1.
|
35
|
-
azureml_registry_tools-0.1.
|
36
|
-
azureml_registry_tools-0.1.
|
37
|
-
azureml_registry_tools-0.1.
|
32
|
+
azureml_registry_tools-0.1.0a8.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
|
33
|
+
azureml_registry_tools-0.1.0a8.dist-info/METADATA,sha256=TtPpKNWZQNzX37IGYpTYGLV7e7uBRSU2Lni1mLiDE7s,521
|
34
|
+
azureml_registry_tools-0.1.0a8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
35
|
+
azureml_registry_tools-0.1.0a8.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
|
36
|
+
azureml_registry_tools-0.1.0a8.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
|
37
|
+
azureml_registry_tools-0.1.0a8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a7.dist-info → azureml_registry_tools-0.1.0a8.dist-info}/top_level.txt
RENAMED
File without changes
|