azureml-registry-tools 0.1.0a9__tar.gz → 0.1.0a11__tar.gz
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_tools-0.1.0a9/azureml_registry_tools.egg-info → azureml_registry_tools-0.1.0a11}/PKG-INFO +2 -2
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/model.schema.json +3 -3
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11/azureml_registry_tools.egg-info}/PKG-INFO +2 -2
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml_registry_tools.egg-info/requires.txt +1 -1
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/setup.py +2 -2
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/MANIFEST.in +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_cli/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_cli/registry_syndication_cli.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_cli/repo2registry_cli.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_rest_client/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_rest_client/arm_client.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_rest_client/base_rest_client.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_rest_client/registry_management_client.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/asset.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/description.md.template +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/evaluation.md.template +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/model-variant.schema.json +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/model.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/notes.md.template +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/validate_model_schema.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/validate_model_variant_schema.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/asset_management.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/create_asset_template.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/create_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/create_model_spec.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/registry_config.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/syndication_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/tools/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/tools/config.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/tools/create_or_update_assets.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/tools/registry_utils.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/tools/repo2registry_config.py +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml_registry_tools.egg-info/SOURCES.txt +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml_registry_tools.egg-info/dependency_links.txt +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml_registry_tools.egg-info/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml_registry_tools.egg-info/top_level.txt +0 -0
- {azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: azureml-registry-tools
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a11
|
4
4
|
Summary: AzureML Registry tools and CLI
|
5
5
|
Author: Microsoft Corp
|
6
6
|
License: https://aka.ms/azureml-sdk-license
|
@@ -10,7 +10,7 @@ Requires-Dist: azure-identity<2.0
|
|
10
10
|
Requires-Dist: ruamel-yaml<0.19,>=0.17.21
|
11
11
|
Requires-Dist: diskcache~=5.6
|
12
12
|
Requires-Dist: azure-ai-ml<2.0
|
13
|
-
Requires-Dist: azureml-assets
|
13
|
+
Requires-Dist: azureml-assets<=1.16.86
|
14
14
|
Dynamic: author
|
15
15
|
Dynamic: license
|
16
16
|
Dynamic: license-file
|
@@ -179,7 +179,7 @@
|
|
179
179
|
"pattern": "^(Publicly available sources|bookcorpus|wikipedia)(?:\\s*,\\s*(Publicly available sources|bookcorpus|wikipedia))*$"
|
180
180
|
},
|
181
181
|
"deploymentOptions": {
|
182
|
-
"description": "
|
182
|
+
"description": "Which types of deployment are supported in the UI",
|
183
183
|
"type": "string",
|
184
184
|
"pattern": "^(ServerlessMaaS|UnifiedEndpointMaaS|MaaP|AOAI|Restricted|MonetizedMaaP)(?:\\s*,\\s*(ServerlessMaaS|UnifiedEndpointMaaS|MaaP|AOAI|Restricted|MonetizedMaaP))*$"
|
185
185
|
},
|
@@ -360,7 +360,7 @@
|
|
360
360
|
"task": {
|
361
361
|
"description": "Tasks supported by the model as a comma-separated string",
|
362
362
|
"type": "string",
|
363
|
-
"pattern": "^(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification)(?:\\s*,\\s*(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification))*$"
|
363
|
+
"pattern": "^(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|retrosynthesis-prediction|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification)(?:\\s*,\\s*(audio-analysis|audio-classification|audio-generation|automatic-speech-recognition|chat-completion|completions|content-filters|content-safety|conversational-ai|custom-extraction|data-generation|document-analysis|document-ingestion|document-translation|embeddings|face-detection|fill-mask|forecasting|image-analysis|image-classification|image-feature-extraction|image-text-to-text|image-to-image|image-to-text|intelligent-content-processing|intelligent-document-processing|optical-character-recognition|protein-sequence-generation|protein-structure-prediction|responses|responsible-ai|summarization|text-analysis|text-analytics|text-classification|text-generation|text-to-image|text-to-speech|time-series-forecasting|translation|speech-to-text|speech-translation|video-analysis|video-generation|video-text-to-text|visual-question-answering|zero-shot-classification|zero-shot-image-classification))*$"
|
364
364
|
},
|
365
365
|
"textContextWindow": {
|
366
366
|
"description": "Context window size",
|
@@ -418,7 +418,7 @@
|
|
418
418
|
"featureFlags": {
|
419
419
|
"description": "Comma separated list of feature flags for the models to gate usage",
|
420
420
|
"type": "string",
|
421
|
-
"pattern": "^(OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier|computer-use-preview|Preview\\.202409)|OpenAITest)(?:\\s*,\\s*(OpenAI\\.(?:EAGatingTier|EnterpriseTier|1PGatingTier|OneVetGatingTier|1000CUGatingTier|computer-use-preview|Preview\\.202409)|OpenAITest))*$"
|
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
422
|
}
|
423
423
|
}
|
424
424
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: azureml-registry-tools
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a11
|
4
4
|
Summary: AzureML Registry tools and CLI
|
5
5
|
Author: Microsoft Corp
|
6
6
|
License: https://aka.ms/azureml-sdk-license
|
@@ -10,7 +10,7 @@ Requires-Dist: azure-identity<2.0
|
|
10
10
|
Requires-Dist: ruamel-yaml<0.19,>=0.17.21
|
11
11
|
Requires-Dist: diskcache~=5.6
|
12
12
|
Requires-Dist: azure-ai-ml<2.0
|
13
|
-
Requires-Dist: azureml-assets
|
13
|
+
Requires-Dist: azureml-assets<=1.16.86
|
14
14
|
Dynamic: author
|
15
15
|
Dynamic: license
|
16
16
|
Dynamic: license-file
|
@@ -11,14 +11,14 @@ DEPENDENCIES = [
|
|
11
11
|
"ruamel-yaml>=0.17.21,<0.19",
|
12
12
|
"diskcache~=5.6",
|
13
13
|
"azure-ai-ml<2.0",
|
14
|
-
"azureml-assets
|
14
|
+
"azureml-assets<=1.16.86"
|
15
15
|
]
|
16
16
|
|
17
17
|
exclude_list = ["*.tests"]
|
18
18
|
|
19
19
|
setup(
|
20
20
|
name='azureml-registry-tools',
|
21
|
-
version="0.1.
|
21
|
+
version="0.1.0a11",
|
22
22
|
description='AzureML Registry tools and CLI',
|
23
23
|
author='Microsoft Corp',
|
24
24
|
license="https://aka.ms/azureml-sdk-license",
|
File without changes
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/__init__.py
RENAMED
File without changes
|
{azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/_cli/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/data/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/mgmt/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azureml_registry_tools-0.1.0a9 → azureml_registry_tools-0.1.0a11}/azureml/registry/tools/config.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|