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 56fc472 commit a27e2d4Copy full SHA for a27e2d4
src/IBM.Watson.VisualRecognition.v4/Model/Collection.cs
@@ -59,7 +59,7 @@ public class Collection
59
/// Training status information for the collection.
60
/// </summary>
61
[JsonProperty("training_status", NullValueHandling = NullValueHandling.Ignore)]
62
- public CollectionTrainingStatus TrainingStatus { get; set; }
+ public CollectionTrainingStatus TrainingStatus { get; private set; }
63
}
64
65
0 commit comments