ObjectTrainingStatus
public struct ObjectTrainingStatus : Codable, EquatableTraining status for the objects in the collection.
- 
                  
                  Whether you can analyze images in the collection with the objects feature. DeclarationSwift public var ready: Bool
- 
                  
                  Whether training is in progress. DeclarationSwift public var inProgress: Bool
- 
                  
                  Whether there are changes to the training data since the most recent training. DeclarationSwift public var dataChanged: Bool
- 
                  
                  Whether the most recent training failed. DeclarationSwift public var latestFailed: Bool
- 
                  
                  Whether the model can be downloaded after the training status is ready.DeclarationSwift public var rscnnReady: Bool
- 
                  
                  Details about the training. If training is in progress, includes information about the status. If training is not in progress, includes a success message or information about why training failed. DeclarationSwift public var description: String
- 
                  
                  Initialize a ObjectTrainingStatuswith member variables.DeclarationSwift public init( ready: Bool, inProgress: Bool, dataChanged: Bool, latestFailed: Bool, rscnnReady: Bool, description: String )ParametersreadyWhether you can analyze images in the collection with the objects feature. inProgressWhether training is in progress. dataChangedWhether there are changes to the training data since the most recent training. latestFailedWhether the most recent training failed. rscnnReadyWhether the model can be downloaded after the training status is ready.descriptionDetails about the training. If training is in progress, includes information about the status. If training is not in progress, includes a success message or information about why training failed. Return ValueAn initialized ObjectTrainingStatus.
 View on GitHub
View on GitHub ObjectTrainingStatus Structure Reference
        ObjectTrainingStatus Structure Reference