TrainingModelDetails
public struct TrainingModelDetails : Codable
Child structure of TrainingModelDownloadResponse.
-
KeyInformation.
Declaration
Swift
public var keyInfo: KeyInfo? -
Traning model response.
Declaration
Swift
public var trainingModel: TrainingModelResponse?