azure.com

These APIs allow end users to operate on Azure Machine Learning Workspace resources.

🔑 oauth2 20 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all of the available Azure Machine Learning Workspaces REST API operati…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.MachineLearningServices/operations
Lists all the available machine learning workspaces under the specified subsc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
Gets the currently assigned Workspace Quotas based on VMFamily.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/Quotas
Endpoints (20 total)
GET
/providers/Microsoft.MachineLearningServices/operations
Lists all of the available Azure Machine Learning Workspaces REST API operati…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
Lists all the available machine learning workspaces under the specified subsc…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/Quotas
Gets the currently assigned Workspace Quotas based on VMFamily.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages
Gets the current usage information as well as limits for AML resources for gi…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes
Returns supported VM Sizes in a location
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces
Lists all the available machine learning workspaces under the specified resou…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
Gets the properties of the specified machine learning workspace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes
Gets computes in specified workspace.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
Gets compute definition by its name. Any secrets (storage keys, service crede…
POST
/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas
Update quota for each VM family in workspace.
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys
Lists all the keys associated with this workspace. This includes keys for the…
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/resyncKeys
Resync all the keys associated with this workspace. This includes keys for th…
At a glance
Total SDKs9
Languages8
Endpoints20
Authoauth2
Categories1