DataSetTagColumnOperation

data class DataSetTagColumnOperation(val columnName: String, val tags: List<DataSetColumnTag>)

A transform operation that tags a column with additional information.

Constructors

Link copied to clipboard
constructor(columnName: String, tags: List<DataSetColumnTag>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column that this operation acts on.

Link copied to clipboard

The dataset column tag, currently only used for geospatial type tagging.

This is not tags for the Amazon Web Services tagging feature.