PredictInput
public struct PredictInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A unique identifier of the MLModel.
Declaration
Swift
public let mLModelId: String -
Undocumented
Declaration
Swift
public let predictEndpoint: String -
Undocumented
Declaration
Swift
public let record: [String : String] -
Undocumented
Declaration
Swift
public init(mLModelId: String, predictEndpoint: String, record: [String : String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PredictInput Structure Reference