DatasetParameter

data class DatasetParameter(val createColumn: Boolean? = null, val datetimeOptions: DatasetDatetimeOptions? = null, val filter: DatasetFilterExpression? = null, val name: String, val type: DatasetParameterType)

Constructors

Link copied to clipboard
constructor(createColumn: Boolean? = null, datetimeOptions: DatasetDatetimeOptions? = null, filter: DatasetFilterExpression? = null, name: String, type: DatasetParameterType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createColumn: Boolean? = null

Add the value of this parameter as a column in a dataset.

Link copied to clipboard

Additional parameter options such as a format and a timezone. Required for datetime parameters.

Link copied to clipboard

The optional filter expression structure to apply additional matching criteria to the parameter.

Link copied to clipboard

The name of the parameter that is used in the dataset's Amazon S3 path.

Link copied to clipboard

Parameter type