Prediction
public struct Prediction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let details: [DetailsAttributes : String]? -
The prediction label for either a BINARY or MULTICLASS MLModel.
Declaration
Swift
public let predictedLabel: String? -
Undocumented
Declaration
Swift
public let predictedScores: [String : Float]? -
The prediction value for REGRESSION MLModel.
Declaration
Swift
public let predictedValue: Float? -
Undocumented
Declaration
Swift
public init(details: [DetailsAttributes : String]? = nil, predictedLabel: String? = nil, predictedScores: [String : Float]? = nil, predictedValue: Float? = nil)
View on GitHub
Prediction Structure Reference