azureml-registry-tools 0.1.0a16__py3-none-any.whl → 0.1.0a18__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/model.schema.json +4 -0
- azureml/registry/mgmt/asset_management.py +3 -0
- {azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/METADATA +1 -1
- {azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/RECORD +8 -8
- {azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/WHEEL +0 -0
- {azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/licenses/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/top_level.txt +0 -0
@@ -419,6 +419,10 @@
|
|
419
419
|
"description": "Comma separated list of feature flags for the models to gate usage",
|
420
420
|
"type": "string",
|
421
421
|
"pattern": "^(OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier|computer-use-preview|Preview\\.202409)|OpenAITest|Microsoft\\.CognitiveServices/OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier))(?:\\s*,\\s*(OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier|computer-use-preview|Preview\\.202409)|OpenAITest|Microsoft\\.CognitiveServices/OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier)))*$"
|
422
|
+
},
|
423
|
+
"model_flavor": {
|
424
|
+
"description": "Model flavor identifier (e.g., pytorch, mlflow).",
|
425
|
+
"type": "string"
|
422
426
|
}
|
423
427
|
}
|
424
428
|
},
|
@@ -123,6 +123,9 @@ def build_mutable_asset(base_asset: AssetConfig, mutable_asset_dir: str, overrid
|
|
123
123
|
spec_config = yaml.safe_load(f)
|
124
124
|
spec_config["version"] = datetime.now().strftime("%Y%m%d%H%M%S")
|
125
125
|
|
126
|
+
# Remove intellectualPropertyPublisher if it exists in properties
|
127
|
+
spec_config["properties"].pop("intellectualPropertyPublisher", None)
|
128
|
+
|
126
129
|
with open(spec_config_file, "w") as f:
|
127
130
|
yaml.dump(spec_config, f)
|
128
131
|
|
{azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/RECORD
RENAMED
@@ -13,13 +13,13 @@ azureml/registry/data/asset.yaml.template,sha256=WTgfuvKEBp-EVFSQ0JpU0h4z_ULJdUL
|
|
13
13
|
azureml/registry/data/description.md.template,sha256=wQLk54U8hoXU1y9235R4irc6FGYPXGO-x9EHUorP15Q,84
|
14
14
|
azureml/registry/data/evaluation.md.template,sha256=JaDecIfLV9vZDUrZzVRPzVHHnKD-BQGBgQ-cw1dHavU,277
|
15
15
|
azureml/registry/data/model-variant.schema.json,sha256=AT4Dy6cCtp_SFUfSqYIqcER8AldpYm0QIEy1abY3QWE,1699
|
16
|
-
azureml/registry/data/model.schema.json,sha256=
|
16
|
+
azureml/registry/data/model.schema.json,sha256=ve59POHl2eOtWKeana01Wk8aTdraz9L1S6PcaUT5txk,26259
|
17
17
|
azureml/registry/data/model.yaml.template,sha256=h5uqAN22FLaWrbPxIb8yVKH9cGDBrIwooXYYfsKhxDw,245
|
18
18
|
azureml/registry/data/notes.md.template,sha256=zSRyOR__9NGL2j0tugY7HgFkwkAdcE2pJyyyGsz1SAk,248
|
19
19
|
azureml/registry/data/validate_model_schema.py,sha256=OQp2E01kdxSphvUQYQvelSiD24-qUG6nTFuzW60wX2c,8322
|
20
20
|
azureml/registry/data/validate_model_variant_schema.py,sha256=JPVNtRBn6qciMu4PaRXOvS86OGGW0cocL2Rri4xYKo8,3629
|
21
21
|
azureml/registry/mgmt/__init__.py,sha256=LMhqcEC8ItmmpKZljElGXH-6olHlT3SLl0dJU01OvuM,226
|
22
|
-
azureml/registry/mgmt/asset_management.py,sha256=
|
22
|
+
azureml/registry/mgmt/asset_management.py,sha256=x-deg8nwVODqDlIAZOagzghuBS7qG-j8h35TO0hcicI,11129
|
23
23
|
azureml/registry/mgmt/create_asset_template.py,sha256=ejwLuIsmzJOoUePoxbM-eGMg2E3QHfdX-nPMBzYUVMQ,3525
|
24
24
|
azureml/registry/mgmt/create_manifest.py,sha256=N9wRmjAKO09A3utN_lCUsM_Ufpj7PL0SJz-XHPHWuyM,9528
|
25
25
|
azureml/registry/mgmt/create_model_spec.py,sha256=1PdAcUf-LomvljoT8wKQihXMTLd7DoTgN0qDX4Lol1A,10473
|
@@ -30,9 +30,9 @@ azureml/registry/tools/config.py,sha256=tjPaoBsWtPXBL8Ww1hcJtsr2SuIjPKt79dR8iovc
|
|
30
30
|
azureml/registry/tools/create_or_update_assets.py,sha256=Q-_BV7KWn1huQn5JriKT_8xJNoQQ_HK5wCftrq9DepA,15988
|
31
31
|
azureml/registry/tools/registry_utils.py,sha256=zgYlCiOONtQJ4yZ9wg8tKVoE8dh6rrjB8hYBGhpV9-0,1403
|
32
32
|
azureml/registry/tools/repo2registry_config.py,sha256=eXp_tU8Jyi30g8xGf7wbpLgKEPpieohBANKxMSLzq7s,4873
|
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.
|
38
|
-
azureml_registry_tools-0.1.
|
33
|
+
azureml_registry_tools-0.1.0a18.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
|
34
|
+
azureml_registry_tools-0.1.0a18.dist-info/METADATA,sha256=myQM-P_XQfjKNPvQBKR5SZrHK_bCF7dttP3FbUOIqBk,522
|
35
|
+
azureml_registry_tools-0.1.0a18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
36
|
+
azureml_registry_tools-0.1.0a18.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
|
37
|
+
azureml_registry_tools-0.1.0a18.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
|
38
|
+
azureml_registry_tools-0.1.0a18.dist-info/RECORD,,
|
{azureml_registry_tools-0.1.0a16.dist-info → azureml_registry_tools-0.1.0a18.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|