Dataset Path Options
data class DatasetPathOptions(val filesLimit: DatasetFilesLimit? = null, val lastModifiedDateCondition: DatasetFilterExpression? = null, val parameters: List<DatasetPathParameter>? = null)
Path options for dataset
Constructors
Link copied to clipboard
constructor(filesLimit: DatasetFilesLimit? = null, lastModifiedDateCondition: DatasetFilterExpression? = null, parameters: List<DatasetPathParameter>? = null)
Properties
Link copied to clipboard
If provided, this structure imposes a limit on a number of files that should be selected.
Link copied to clipboard
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .
Link copied to clipboard
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.