ModelScores
public struct ModelScores : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The model version.
Declaration
Swift
public let modelVersion: ModelVersion? -
The model’s fraud prediction scores.
Declaration
Swift
public let scores: [String : Float]? -
Undocumented
Declaration
Swift
public init(modelVersion: ModelVersion? = nil, scores: [String : Float]? = nil)
View on GitHub
ModelScores Structure Reference