EvaluationMetrics
public struct EvaluationMetrics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The evaluation metrics for the find matches algorithm.
Declaration
Swift
public let findMatchesMetrics: FindMatchesMetrics? -
The type of machine learning transform.
Declaration
Swift
public let transformType: TransformType -
Undocumented
Declaration
Swift
public init(findMatchesMetrics: FindMatchesMetrics? = nil, transformType: TransformType)
View on GitHub
EvaluationMetrics Structure Reference