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

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Get details of an Experiment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experimentids/{experimentId}
Get details of an Experiment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}
Get Run details.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/runs/{runId}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:machinelearningservices-runHistory
At a glance
Language JavaScript
Endpoints26
✓ Official