You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a project, add tags, upload images, train your project, and detect objects using the Go SDK.
5
5
services: cognitive-services
6
6
author: areddish
7
+
ms.author: areddish
7
8
manager: nitinme
8
-
9
9
ms.service: cognitive-services
10
10
ms.subservice: custom-vision
11
11
ms.topic: quickstart
12
12
ms.date: 08/08/2019
13
-
ms.author: daauld
14
13
---
15
14
16
15
# Quickstart: Create an object detection project with the Custom Vision Go SDK
@@ -281,4 +280,4 @@ The output of the application should appear in the console. You can then verify
281
280
Now you have seen how every step of the object detection process can be done in code. This sample executes a single training iteration, but often you will need to train and test your model multiple times in order to make it more accurate. The following guide deals with image classification, but its principles are similar to object detection.
* Query metrics in cross partition now returns all partitions
45
-
* Global Strong now works properly
46
-
* Failover for queries not properly retries for multi-master
47
-
* Dependency bumps for security hotfixes
48
-
49
-
### <aname="2.4.5"/>2.4.5
50
-
* Bugfix for Hash V2 support
51
-
52
-
### <aname="2.4.3"/>2.4.3
53
-
* Bugfix for resource leak on client#close() ([github #88](https://github.com/Azure/azure-cosmosdb-java/issues/88)).
54
-
55
-
### <aname="2.4.2"/>2.4.2
56
-
* Added continuation token support for cross partition queries.
57
-
58
-
### <aname="2.4.1"/>2.4.1
59
-
* Fixed some bugs in Direct mode.
60
-
* Improved logging in Direct mode.
61
-
* Improved connection management.
62
-
63
-
### <aname="2.4.0"/>2.4.0
64
-
* Direct mode connectivity is now Generally Available(GA). For a sample that uses direct mode connectivity, see [azure-cosmosdb-java](https://github.com/Azure/azure-cosmosdb-java) GitHub repository.
65
-
* Added support for QueryMetrics.
66
-
* Changed the APIs accepting java.util.Collection for which order is important to accept java.util.List instead. Now ConnectionPolicy#getPreferredLocations(), JsonSerialization, and PartitionKey(.) accept List.
67
-
68
-
### <aname="2.4.0-beta-1"/>2.4.0-beta-1
69
-
* Added support for direct mode connectivity.
70
-
* Changed the APIs accepting java.util.Collection for which order is important to accept java.util.List instead.
71
-
Now ConnectionPolicy#getPreferredLocations(), JsonSerialization, and PartitionKey(.) accept List.
72
-
* Fixed a session bug for document query in gateway mode.
* Added support for Netty network logging for troubleshooting.
93
-
94
-
### <aname="2.2.0"/>2.2.0
95
-
* Added support for Multi-region write.
96
-
97
-
### <aname="2.1.0"/>2.1.0
98
-
* Added support for Proxy.
99
-
* Added support for resource token authorization.
100
-
* Fixed a bug in handling large partition keys ([GitHub #63](https://github.com/Azure/azure-cosmosdb-java/issues/63)).
101
-
* Documentation improved.
102
-
* SDK restructured into more granular modules.
103
-
104
-
### <aname="2.0.1"/>2.0.1
105
-
* Fixed a bug for non-english locales ([GitHub #51](https://github.com/Azure/azure-cosmosdb-java/issues/51)).
106
-
* Added helper methods in Conflict Resource.
107
-
108
-
### <aname="2.0.0"/>2.0.0
109
-
* Replaced org.json dependency by jackson due to performance reasons and licensing ([GitHub #29](https://github.com/Azure/azure-cosmosdb-java/issues/29)).
110
-
* Removed deprecated OfferV2 class.
111
-
* Added accessor method to Offer class for throughput content.
112
-
* Any method in Document/Resource returning org.json types changed to return a jackson object type.
113
-
* getObject(.) method of classes extending JsonSerializable changed to return a jackson ObjectNode type.
114
-
* getCollection(.) method changed to return Collection of ObjectNode.
115
-
* Removed JsonSerializable subclasses' constructors with org.json.JSONObject arg.
116
-
* JsonSerializable.toJson (SerializationFormattingPolicy.Indented) now uses two spaces for indentation.
117
-
118
-
### <aname="1.0.2"/>1.0.2
119
-
* Added support for Unique Index Policy.
120
-
* Added support for limiting response continuation token size in feed options.
121
-
* Added support for Partition Split in Cross Partition Query.
122
-
* Fixed a bug in Json timestamp serialization ([GitHub #32](https://github.com/Azure/azure-cosmosdb-java/issues/32)).
123
-
* Fixed a bug in Json enum serialization.
124
-
* Fixed a bug in managing documents of 2MB size ([GitHub #33](https://github.com/Azure/azure-cosmosdb-java/issues/33)).
125
-
* Dependency com.fasterxml.jackson.core:jackson-databind upgraded to 2.9.5 due to a bug ([jackson-databind: GitHub #1599](https://github.com/FasterXML/jackson-databind/issues/1599))
126
-
* Dependency on rxjava-extras upgraded to 0.8.0.17 due to a bug ([rxjava-extras: GitHub #30](https://github.com/davidmoten/rxjava-extras/issues/30)).
127
-
* The metadata description in pom file updated to be inline with the rest of documentation.
* Added support for partition key range id in query.
133
-
* Fix to allow larger continuation token in request header (bugfix GitHub #24).
134
-
* Netty dependency upgraded to 4.1.22.Final to ensure JVM shuts down after main thread finishes.
135
-
* Fix to avoid passing session token when reading master resources.
136
-
* Added more examples.
137
-
* Added more benchmarking scenarios.
138
-
* Fixed Java header files for proper java doc generation.
139
-
140
-
### <aname="1.0.0"/>1.0.0
141
-
* GA SDK with end-to-end support for non-blocking IO using the [Netty library](https://netty.io/) in gateway mode.
142
-
143
-
## Release and retirement dates
144
-
Microsoft will provide notification at least **12 months** in advance of retiring an SDK in order to smooth the transition to a newer/supported version.
145
-
146
-
New features and functionality and optimizations are only added to the current SDK. So it's recommended that you always upgrade to the latest SDK version as early as possible.
147
-
148
-
Any request to Cosmos DB using a retired SDK will be rejected by the service.
149
-
150
-
> [!WARNING]
151
-
> All versions **1.x** of the Async Java SDK for SQL API will be retired on **August 30, 2020**.
0 commit comments