Skip to content

Commit a27e2d4

Browse files
committed
chore(visual-recognition-v4): manual change
1 parent 56fc472 commit a27e2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.Watson.VisualRecognition.v4/Model/Collection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class Collection
5959
/// Training status information for the collection.
6060
/// </summary>
6161
[JsonProperty("training_status", NullValueHandling = NullValueHandling.Ignore)]
62-
public CollectionTrainingStatus TrainingStatus { get; set; }
62+
public CollectionTrainingStatus TrainingStatus { get; private set; }
6363
}
6464

6565
}

0 commit comments

Comments
 (0)