Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Query the list of Assets in a workspace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/assets
Query the list of Models in a workspace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/models
Query the list of Services in a Workspace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/services
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:machinelearningservices-modelManagement
At a glance
Language Java
Endpoints23
✓ Official