We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7367b10 commit 829ce9bCopy full SHA for 829ce9b
articles/cognitive-services/Custom-Vision-Service/includes/quickstarts/go-tutorial.md
@@ -19,6 +19,8 @@ Use the Custom Vision client library for Go to:
19
* Publish the current iteration
20
* Test the prediction endpoint
21
22
+Reference documentation [(training)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/customvision/training) [(prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.1/customvision/prediction)
23
+
24
## Prerequisites
25
26
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
0 commit comments