AutoMLDataSource
public struct AutoMLDataSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 location of the input data. The input data must be in CSV format and contain at least 1000 rows.
Declaration
Swift
public let s3DataSource: AutoMLS3DataSource
-
Undocumented
Declaration
Swift
public init(s3DataSource: AutoMLS3DataSource)
-
Declaration
Swift
public func validate(name: String) throws