Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,46 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azureml-cli-v2/0.0.139 azsdk-python-mgmt-machinelearningservices/0.1.0 Python/3.10.8
(Windows-10-10.0.22621-SP0)
- azureml-cli-v2/2.38.1 azsdk-python-mgmt-machinelearningservices/0.1.0 Python/3.11.9
(Windows-10-10.0.26200-SP0)
method: GET
uri: https://eastus.api.azureml.ms/registrymanagement/v1.0/registries/bani-reg-wentral/discovery
uri: https://eastus.api.azureml.ms/registrymanagement/v1.0/registries/dsvm-test/discovery
response:
body:
string: '{"registryId": "77a4b826-8bce-49fa-9c04-7f84598c474f", "registryName":
"bani-reg-wentral", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "primaryRegion":
"westcentralus", "regions": ["westcentralus"], "subscriptionId": "2d385bf4-0756-4a76-aa95-28bf9ed3b625",
"resourceGroup": "bani-reg-ws", "workspaceName": null, "primaryRegionResourceProviderUri":
"https://cert-westcentralus.experiments.azureml.net/", "registryFqdns": {"westcentralus":
{"uri": "https://77a4b826-8bce-49fa-9c04-7f84598c474f.registry.westcentralus.privatelink.api.azureml.ms"}}}'
string: '{"registryId": "93595ad9-6099-4324-a067-a21a6c3fa6ba", "registryName":
"dsvm-test", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "primaryRegion":
"eastus", "regions": ["eastus"], "subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroup": "testrg", "workspaceName": null, "primaryRegionResourceProviderUri":
"https://cert-eastus.experiments.azureml.net/", "registryFqdns": {"eastus":
{"uri": "https://eastus.api.azureml.ms"}}, "intellectualPropertyPublisher":
null, "isTradeRestricted": false}'
headers:
azureml-served-by-cluster:
- vienna-eastus-01
connection:
- keep-alive
content-length:
- '553'
- '515'
content-type:
- application/json; charset=utf-8
date:
- Tue, 06 Dec 2022 21:14:50 GMT
- Tue, 19 May 2026 06:41:50 GMT
mise-correlation-id:
- 959dd0ef-db6d-4f60-a1f2-f8bc4e79f2c7
request-context:
- appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d
strict-transport-security:
- max-age=15724800; includeSubDomains; preload
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-aml-cluster:
- vienna-eastus-02
x-content-type-options:
- nosniff
x-ms-response-type:
- standard
x-request-time:
- '0.589'
- '0.234'
status:
code: 200
message: OK
Expand All @@ -59,84 +62,66 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azureml-cli-v2/0.0.139 azsdk-python-mgmt-machinelearningservices/0.1.0 Python/3.10.8
(Windows-10-10.0.22621-SP0)
- azureml-cli-v2/2.38.1 azsdk-python-mgmt-machinelearningservices/0.1.0 Python/3.11.9
(Windows-10-10.0.26200-SP0)
method: GET
uri: https://cert-westcentralus.experiments.azureml.net/mferp/managementfrontend/subscriptions/2d385bf4-0756-4a76-aa95-28bf9ed3b625/resourceGroups/000000000000000/providers/Microsoft.MachineLearningServices/registries/bani-reg-wentral/components/000000000000000/versions/1.0.12?api-version=0000-00-00
uri: https://cert-eastus.experiments.azureml.net/mferp/managementfrontend/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/000000000000000/providers/Microsoft.MachineLearningServices/registries/dsvm-test/components/000000000000000/versions/1.0.12?api-version=0000-00-00
response:
body:
string: '{"id": "azureml://registries/bani-reg-wentral/components/batchscore/versions/1.0.12",
string: '{"id": "azureml://registries/dsvm-test/components/batchscore/versions/1.0.12",
"name": "1.0.12", "type": "Microsoft.MachineLearningServices/registries/components/versions",
"properties": {"description": null, "tags": {}, "properties": {}, "isArchived":
true, "isAnonymous": false, "componentSpec": {"name": "batchscore", "version":
"1.0.12", "display_name": "Batch scoring component", "is_deterministic": "False",
"type": "parallel", "description": "A parallel component for batch scroing",
"inputs": {"job_data_path": {"type": "mltable", "optional": "False", "description":
"The data to be split and scored in parallel."}, "online_endpoint_url": {"type":
"string", "optional": "False"}, "azureml_model_deployment": {"type": "string",
"optional": "False"}, "debug_mode": {"type": "boolean", "optional": "False",
"default": "False"}}, "outputs": {"job_out_path": {"type": "uri_file"}}, "task":
{"code": "azureml://registries/bani-reg-wentral/codes/e5d984a2-a1d5-4838-836e-ef0405655615/versions/1",
"environment": "azureml://registries/bani-reg-wentral/environments/my-env/versions/1",
"program_arguments": "--debug_mode ${{inputs.debug_mode}} --online_endpoint_url
${{inputs.online_endpoint_url}} --azureml_model_deployment ${{inputs.azureml_model_deployment}}",
"entry_script": "parallel_score.py", "type": "run_function", "append_row_to":
"${{outputs.job_out_path}}"}, "input_data": "${{inputs.job_data_path}}", "error_threshold":
"-1", "logging_level": "DEBUG", "max_concurrency_per_instance": "16", "mini_batch_error_threshold":
"5", "mini_batch_size": "3072", "retry_settings": {"max_retries": "2", "timeout":
"600"}, "$schema": "http://azureml/sdk-2-0/ParallelComponent.json"}}, "systemData":
{"createdAt": "2022-11-21T22:42:49.1292965+00:00", "createdBy": "Banibrata
De", "createdByType": "User", "lastModifiedAt": "2022-12-06T21:08:57.7750625+00:00",
"lastModifiedBy": "Banibrata De", "lastModifiedByType": "User"}}'
"properties": {"description": null, "tags": {}, "properties": {"client_component_hash":
"bbaf8f9b-3037-523c-4a56-7ca6d8a2a04e"}, "isArchived": false, "isAnonymous":
false, "componentSpec": {"$schema": "https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json",
"name": "batchscore", "version": "1.0.12", "display_name": "batchscore", "is_deterministic":
"True", "type": "command", "description": "Test component", "outputs": {"component_out_path":
{"type": "uri_folder"}}, "inputs": {"component_in_number": {"type": "number",
"optional": "True", "default": "10.99", "description": "A number"}}, "environment":
"azureml://registries/azureml/environments/sklearn-1.5/versions/45", "resources":
{"instance_count": "1"}, "command": "echo Hello World"}}, "systemData": {"createdAt":
"2026-05-19T03:10:24.6266905+00:00", "createdBy": "Lava Kumar Repala", "createdByType":
"User", "lastModifiedAt": "2026-05-19T05:41:58.2662119+00:00", "lastModifiedBy":
"Lava Kumar Repala", "lastModifiedByType": "User"}}'
headers:
azureml-served-by-cluster:
- vienna-eastus-01
connection:
- keep-alive
content-length:
- '1929'
- '1187'
content-type:
- application/json; charset=utf-8
date:
- Tue, 06 Dec 2022 21:14:51 GMT
- Tue, 19 May 2026 06:41:51 GMT
mise-correlation-id:
- f25c380c-5ebf-4d14-89b0-239b9752cc21
request-context:
- appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d
server-timing:
- traceparent;desc="00-a126dc9c0dd5add0bd9c60c8c9f9a656-b737085e631898e9-00"
strict-transport-security:
- max-age=15724800; includeSubDomains; preload
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
vary:
- Accept-Encoding
x-aml-cluster:
- vienna-westcentralus-01
x-content-type-options:
- nosniff
- nosniff
x-ms-response-type:
- standard
x-request-time:
- '0.904'
- '0.259'
status:
code: 200
message: OK
- request:
body: '{"properties": {"properties": {}, "tags": {}, "isAnonymous": false, "isArchived":
true, "componentSpec": {"name": "batchscore", "version": "1.0.12", "display_name":
"Batch scoring component", "is_deterministic": "False", "type": "parallel",
"description": "A parallel component for batch scroing", "inputs": {"job_data_path":
{"type": "mltable", "optional": "False", "description": "The data to be split
and scored in parallel."}, "online_endpoint_url": {"type": "string", "optional":
"False"}, "azureml_model_deployment": {"type": "string", "optional": "False"},
"debug_mode": {"type": "boolean", "optional": "False", "default": "False"}},
"outputs": {"job_out_path": {"type": "uri_file"}}, "task": {"code": "azureml://registries/bani-reg-wentral/codes/e5d984a2-a1d5-4838-836e-ef0405655615/versions/1",
"environment": "azureml://registries/bani-reg-wentral/environments/my-env/versions/1",
"program_arguments": "--debug_mode ${{inputs.debug_mode}} --online_endpoint_url
${{inputs.online_endpoint_url}} --azureml_model_deployment ${{inputs.azureml_model_deployment}}",
"entry_script": "parallel_score.py", "type": "run_function", "append_row_to":
"${{outputs.job_out_path}}"}, "input_data": "${{inputs.job_data_path}}", "error_threshold":
"-1", "logging_level": "DEBUG", "max_concurrency_per_instance": "16", "mini_batch_error_threshold":
"5", "mini_batch_size": "3072", "retry_settings": {"max_retries": "2", "timeout":
"600"}, "$schema": "http://azureml/sdk-2-0/ParallelComponent.json"}}}'
body: '{"properties": {"properties": {"client_component_hash": "bbaf8f9b-3037-523c-4a56-7ca6d8a2a04e"},
"tags": {}, "isAnonymous": false, "isArchived": true, "componentSpec": {"$schema":
"https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json",
"name": "batchscore", "version": "1.0.12", "display_name": "batchscore", "is_deterministic":
"True", "type": "command", "description": "Test component", "outputs": {"component_out_path":
{"type": "uri_folder"}}, "inputs": {"component_in_number": {"type": "number",
"optional": "True", "default": "10.99", "description": "A number"}}, "environment":
"azureml://registries/azureml/environments/sklearn-1.5/versions/45", "resources":
{"instance_count": "1"}, "command": "echo Hello World"}}}'
headers:
Accept:
- application/json
Expand All @@ -145,81 +130,44 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '1490'
- '744'
Content-Type:
- application/json
User-Agent:
- azureml-cli-v2/0.0.139 azsdk-python-mgmt-machinelearningservices/0.1.0 Python/3.10.8
(Windows-10-10.0.22621-SP0)
- azureml-cli-v2/2.38.1 azsdk-python-mgmt-machinelearningservices/0.1.0 Python/3.11.9
(Windows-10-10.0.26200-SP0)
method: PUT
uri: https://cert-westcentralus.experiments.azureml.net/mferp/managementfrontend/subscriptions/2d385bf4-0756-4a76-aa95-28bf9ed3b625/resourceGroups/000000000000000/providers/Microsoft.MachineLearningServices/registries/bani-reg-wentral/components/000000000000000/versions/1.0.12?api-version=0000-00-00
uri: https://cert-eastus.experiments.azureml.net/mferp/managementfrontend/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/000000000000000/providers/Microsoft.MachineLearningServices/registries/dsvm-test/components/000000000000000/versions/1.0.12?api-version=0000-00-00
response:
body:
string: 'null'
headers:
azureml-served-by-cluster:
- vienna-eastus-02
connection:
- keep-alive
content-length:
- '4'
content-type:
- application/json; charset=utf-8
date:
- Tue, 06 Dec 2022 21:14:53 GMT
- Tue, 19 May 2026 06:41:53 GMT
location:
- https://westcentralus.api.azureml.ms/assetstore/v1.0/operations/RCxLxfdWsDMb5HLgwXSfotuM_-dAtZ7Iiv62D3DCjw4
- https://eastus.api.azureml.ms/assetstore/v1.0/operations/plehAJZmdj8SBaSvvKkepBA_sjIcKOy85D5N0A1GDlQ
mise-correlation-id:
- f5124ad5-8b88-4814-8d4e-123ac1a1c8ab
request-context:
- appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d
strict-transport-security:
- max-age=15724800; includeSubDomains; preload
x-aml-cluster:
- vienna-westcentralus-01
- max-age=31536000; includeSubDomains; preload
x-content-type-options:
- nosniff
x-ms-async-operation-timeout:
- PT1H
x-ms-response-type:
- standard
x-request-time:
- '1.841'
status:
code: 202
message: Accepted
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- azureml-cli-v2/0.0.139 azsdk-python-mgmt-machinelearningservices/0.1.0 Python/3.10.8
(Windows-10-10.0.22621-SP0)
method: GET
uri: https://westcentralus.api.azureml.ms/assetstore/v1.0/operations/RCxLxfdWsDMb5HLgwXSfotuM_-dAtZ7Iiv62D3DCjw4
response:
body:
string: ''
headers:
connection:
- keep-alive
content-length:
- '0'
date:
- Tue, 06 Dec 2022 21:14:53 GMT
request-context:
- appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d
strict-transport-security:
- max-age=15724800; includeSubDomains; preload
x-aml-cluster:
- vienna-westcentralus-02
x-content-type-options:
- nosniff
x-ms-response-type:
- standard
x-request-time:
- '0.036'
- '1.091'
status:
code: 202
message: Accepted
Expand Down
Loading
Loading