DatasetImportJobArgs

data class DatasetImportJobArgs(val dataSource: Output<DatasetImportJobDataSourcePropertiesArgs>? = null, val datasetArn: Output<String>? = null, val datasetImportJobArn: Output<String>? = null, val jobName: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<DatasetImportJobArgs>

Initial DatasetImportJob for the created dataset

Constructors

Link copied to clipboard
constructor(dataSource: Output<DatasetImportJobDataSourcePropertiesArgs>? = null, datasetArn: Output<String>? = null, datasetImportJobArn: Output<String>? = null, jobName: Output<String>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard
val datasetArn: Output<String>? = null

The ARN of the dataset that receives the imported data

Link copied to clipboard
val datasetImportJobArn: Output<String>? = null

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: Output<String>? = null

The name for the dataset import job.

Link copied to clipboard
val roleArn: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DatasetImportJobArgs