TrainingEvent
public struct TrainingEvent : Codable, Equatable
Details about the training event.
-
Trained object type. Only
See moreobjects
is currently supported.Declaration
Swift
public enum TypeEnum : String
-
Training status of the training event.
See moreDeclaration
Swift
public enum Status : String
-
Trained object type. Only
objects
is currently supported.Declaration
Swift
public var type: String?
-
Identifier of the trained collection.
Declaration
Swift
public var collectionID: String?
-
Date and time in Coordinated Universal Time (UTC) that training on the collection finished.
Declaration
Swift
public var completionTime: Date?
-
Training status of the training event.
Declaration
Swift
public var status: String?
-
The total number of images that were used in training for this training event.
Declaration
Swift
public var imageCount: Int?