azureml-registry-tools 0.1.0a25__py3-none-any.whl → 0.1.0a26__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 +26 -1
- {azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/METADATA +1 -1
- {azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/RECORD +7 -7
- {azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/WHEEL +0 -0
- {azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/entry_points.txt +0 -0
- {azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/licenses/LICENSE.txt +0 -0
- {azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/top_level.txt +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
|
},
|
{azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/RECORD
RENAMED
|
@@ -13,7 +13,7 @@ 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=1kTXrmFeHI75n1-SnnzEbAqnXuwnwCQD0A_Ubxst9SY,46284
|
|
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
|
|
@@ -30,9 +30,9 @@ azureml/registry/tools/config.py,sha256=tjPaoBsWtPXBL8Ww1hcJtsr2SuIjPKt79dR8iovc
|
|
|
30
30
|
azureml/registry/tools/create_or_update_assets.py,sha256=7LcuBzwU-HNE9ADG2igFXI696aKR028yTYxMuDtjVmA,16095
|
|
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.0a26.dist-info/licenses/LICENSE.txt,sha256=n20rxwp7_NGrrShv9Qvcs90sjI1l3Pkt3m-5OPCWzgs,845
|
|
34
|
+
azureml_registry_tools-0.1.0a26.dist-info/METADATA,sha256=QpsgCMb8QUi43vaEu_0h1E_OwtigirkS28fhRH10w8w,522
|
|
35
|
+
azureml_registry_tools-0.1.0a26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
36
|
+
azureml_registry_tools-0.1.0a26.dist-info/entry_points.txt,sha256=iRUkAeQidMnO6RQzpLqMUBTcyYtNzAfSin9WnSdVGLw,147
|
|
37
|
+
azureml_registry_tools-0.1.0a26.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
|
|
38
|
+
azureml_registry_tools-0.1.0a26.dist-info/RECORD,,
|
{azureml_registry_tools-0.1.0a25.dist-info → azureml_registry_tools-0.1.0a26.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|