AutoMLChannel
public struct AutoMLChannel : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
You can use Gzip or None. The default value is None.
Declaration
Swift
public let compressionType: CompressionType? -
The data source.
Declaration
Swift
public let dataSource: AutoMLDataSource -
The name of the target variable in supervised learning, a.k.a. ‘y’.
Declaration
Swift
public let targetAttributeName: String -
Undocumented
Declaration
Swift
public init(compressionType: CompressionType? = nil, dataSource: AutoMLDataSource, targetAttributeName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AutoMLChannel Structure Reference