DatasetImportJob

data class DatasetImportJob(val dataSource: DatasetImportJobDataSourceProperties? = null, val datasetArn: String? = null, val datasetImportJobArn: String? = null, val jobName: String? = null, val roleArn: String? = null)

Initial DatasetImportJob for the created dataset

Constructors

Link copied to clipboard
constructor(dataSource: DatasetImportJobDataSourceProperties? = null, datasetArn: String? = null, datasetImportJobArn: String? = null, jobName: String? = null, roleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetArn: String? = null

The ARN of the dataset that receives the imported data

Link copied to clipboard

The ARN of the dataset import job

Link copied to clipboard

The Amazon S3 bucket that contains the training data to import.

Link copied to clipboard
val jobName: String? = null

The name for the dataset import job.

Link copied to clipboard
val roleArn: String? = null

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.