DatasetParameter

Represents a dataset parameter that defines type and conditions for a parameter in the Amazon S3 path of the dataset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional boolean value that defines whether the captured value of this parameter should be used to create a new 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

The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.

Functions

Link copied to clipboard
inline fun copy(block: DatasetParameter.Builder.() -> Unit = {}): DatasetParameter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String