CreateDatasetImportJobRequest
public struct CreateDatasetImportJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the dataset that receives the imported data.
Declaration
Swift
public let datasetArn: String
-
The Amazon S3 bucket that contains the training data to import.
Declaration
Swift
public let dataSource: DataSource
-
The name for the dataset import job.
Declaration
Swift
public let jobName: String
-
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(datasetArn: String, dataSource: DataSource, jobName: String, roleArn: String)
-
Declaration
Swift
public func validate(name: String) throws