Skip to content

Commit 8b40c5f

Browse files
committed
chore(visual-recognition-v4): remove training status from the description
1 parent 960f41a commit 8b40c5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/IBM.Watson.VisualRecognition.v4/VisualRecognitionService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ public class FeaturesValue
219219
/// <param name="name">The name of the collection. The name can contain alphanumeric, underscore, hyphen, and
220220
/// dot characters. It cannot begin with the reserved prefix `sys-`. (optional)</param>
221221
/// <param name="description">The description of the collection. (optional)</param>
222-
/// <param name="trainingStatus">Training status information for the collection. (optional)</param>
223222
/// <returns><see cref="Collection" />Collection</returns>
224223
public DetailedResponse<Collection> CreateCollection(string name = null, string description = null)
225224
{
@@ -384,7 +383,6 @@ public DetailedResponse<Collection> GetCollection(string collectionId)
384383
/// <param name="name">The name of the collection. The name can contain alphanumeric, underscore, hyphen, and
385384
/// dot characters. It cannot begin with the reserved prefix `sys-`. (optional)</param>
386385
/// <param name="description">The description of the collection. (optional)</param>
387-
/// <param name="trainingStatus">Training status information for the collection. (optional)</param>
388386
/// <returns><see cref="Collection" />Collection</returns>
389387
public DetailedResponse<Collection> UpdateCollection(string collectionId, string name = null, string description = null)
390388
{

0 commit comments

Comments
 (0)