Azure Machinelearningcompute Machinelearningcompute
Azure Machine Learning Compute is an Azure service for creating and managing compute resources used to train and run machine learning workloads.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
machinelearningcompute_listavailableoperations— GET /providers/Microsoft.MachineLearningCompute/operations — Gets all available operations.operationalizationclusters_listbysubscriptionid— GET /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters — Gets the operationalization clusters in the specified subscription.operationalizationclusters_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters — Gets the clusters in the specified resource group.operationalizationclusters_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName} — Gets the operationalization cluster resource view. Note that the credentials areoperationalizationclusters_createorupdate— PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName} — Create or update an operationalization cluster.operationalizationclusters_delete— DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningCompute/operationalizationClusters/{clusterName} — Deletes the specified cluster.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: machinelearningcompute_listavailableoperations
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: machinelearningcompute_listavailableoperations, operationalizationclusters_listbysubscriptionid, operationalizationclusters_listbyresourcegroup, operationalizationclusters_get, operationalizationclusters_createorupdate, operationalizationclusters_delete |
clusterName |
string | no | — | Path parameter clusterName (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |