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

Go integration

✓ Official SDK

Install

go get github.com/Azure/azure-sdk-for-go

Quick start

import "azure-sdk-for-go"

// Initialize client
client := azure-sdk-for-go.NewClient("YOUR_ACCESS_TOKEN")
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-go
Go
API
azure.com
azure.com:machinelearningservices-modelManagement

At a glance

Language Go
Endpoints23
✓ Official