TransformParameters
public struct TransformParameters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The parameters for the find matches algorithm.
Declaration
Swift
public let findMatchesParameters: FindMatchesParameters? -
The type of machine learning transform. For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
Declaration
Swift
public let transformType: TransformType -
Undocumented
Declaration
Swift
public init(findMatchesParameters: FindMatchesParameters? = nil, transformType: TransformType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TransformParameters Structure Reference