azureml-registry-tools 0.1.0a25__tar.gz → 0.1.0a26__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.0a25/azureml_registry_tools.egg-info → azureml_registry_tools-0.1.0a26}/PKG-INFO +1 -1
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/model.schema.json +26 -1
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26/azureml_registry_tools.egg-info}/PKG-INFO +1 -1
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/setup.py +1 -1
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/MANIFEST.in +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_cli/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_cli/registry_syndication_cli.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_cli/repo2registry_cli.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_rest_client/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_rest_client/arm_client.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_rest_client/base_rest_client.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_rest_client/registry_management_client.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/_rest_client/registry_model_client.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/asset.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/description.md.template +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/evaluation.md.template +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/model-variant.schema.json +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/model.yaml.template +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/notes.md.template +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/validate_model_schema.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/data/validate_model_variant_schema.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/mgmt/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/mgmt/asset_management.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/mgmt/create_asset_template.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/mgmt/create_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/mgmt/create_model_spec.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/mgmt/model_management.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/mgmt/syndication_manifest.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/tools/__init__.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/tools/config.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/tools/create_or_update_assets.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/tools/registry_utils.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/tools/repo2registry_config.py +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml_registry_tools.egg-info/SOURCES.txt +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml_registry_tools.egg-info/dependency_links.txt +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml_registry_tools.egg-info/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml_registry_tools.egg-info/requires.txt +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml_registry_tools.egg-info/top_level.txt +0 -0
- {azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/setup.cfg +0 -0
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"task": {
|
|
386
386
|
"description": "Tasks supported by the model as a comma-separated string",
|
|
387
387
|
"type": "string",
|
|
388
|
-
"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|text-pii-extraction|conversation-pii-extraction|document-pii-extraction|detect-language|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|materials-design|atomistic-modelling|image-to-3D|text-to-3D|3D-generation|task-completion-verification|action-affordance|next-plausible-action-prediction|Structure-Prediction|Genomics)(?:\\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-pii-extraction|conversation-pii-extraction|document-pii-extraction|detect-language|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|materials-design|atomistic-modelling|image-to-3D|text-to-3D|3D-generation|task-completion-verification|action-affordance|next-plausible-action-prediction|Structure-Prediction|Genomics))*$"
|
|
388
|
+
"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|text-pii-extraction|conversation-pii-extraction|document-pii-extraction|detect-language|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|materials-design|atomistic-modelling|image-to-3D|text-to-3D|3D-generation|task-completion-verification|action-affordance|next-plausible-action-prediction|Structure-Prediction|Genomics|biomolecular-complex-structure-prediction|structure-prediction|protein-folding)(?:\\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-pii-extraction|conversation-pii-extraction|document-pii-extraction|detect-language|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|materials-design|atomistic-modelling|image-to-3D|text-to-3D|3D-generation|task-completion-verification|action-affordance|next-plausible-action-prediction|Structure-Prediction|Genomics|biomolecular-complex-structure-prediction|structure-prediction|protein-folding))*$"
|
|
389
389
|
},
|
|
390
390
|
"textContextWindow": {
|
|
391
391
|
"description": "Context window size",
|
|
@@ -449,6 +449,31 @@
|
|
|
449
449
|
"model_flavor": {
|
|
450
450
|
"description": "Model flavor identifier (e.g., pytorch, mlflow).",
|
|
451
451
|
"type": "string"
|
|
452
|
+
},
|
|
453
|
+
"lifecycle": {
|
|
454
|
+
"description": "Lifecycle status",
|
|
455
|
+
"type": "string",
|
|
456
|
+
"pattern": "^(Generally available|Public preview)$"
|
|
457
|
+
},
|
|
458
|
+
"pricingLink": {
|
|
459
|
+
"description": "Pricing information link",
|
|
460
|
+
"type": "string",
|
|
461
|
+
"pattern": "^https?://.*"
|
|
462
|
+
},
|
|
463
|
+
"rateLimit": {
|
|
464
|
+
"description": "Rate limit details link",
|
|
465
|
+
"type": "string",
|
|
466
|
+
"pattern": "^https?://.*"
|
|
467
|
+
},
|
|
468
|
+
"supportedRegions": {
|
|
469
|
+
"description": "Supported regions link",
|
|
470
|
+
"type": "string",
|
|
471
|
+
"pattern": "^https?://.*"
|
|
472
|
+
},
|
|
473
|
+
"languagesSupported": {
|
|
474
|
+
"description": "Languages supported link",
|
|
475
|
+
"type": "string",
|
|
476
|
+
"pattern": "^https?://.*"
|
|
452
477
|
}
|
|
453
478
|
}
|
|
454
479
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azureml_registry_tools-0.1.0a25 → azureml_registry_tools-0.1.0a26}/azureml/registry/__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
|
|
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
|
|
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.0a25 → azureml_registry_tools-0.1.0a26}/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
|
|
File without changes
|