DatasetImportJobDataSourceProperties

data class DatasetImportJobDataSourceProperties(val dataLocation: String? = null)

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

Constructors

Link copied to clipboard
constructor(dataLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataLocation: String? = null

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.