TopicDatasetMetadata

data class TopicDatasetMetadata(val calculatedFields: List<TopicCalculatedField>? = null, val columns: List<TopicColumn>? = null, val dataAggregation: TopicDataAggregation? = null, val datasetArn: String, val datasetDescription: String? = null, val datasetName: String? = null, val filters: List<TopicFilter>? = null, val namedEntities: List<TopicNamedEntity>? = null)

Constructors

Link copied to clipboard
constructor(calculatedFields: List<TopicCalculatedField>? = null, columns: List<TopicColumn>? = null, dataAggregation: TopicDataAggregation? = null, datasetArn: String, datasetDescription: String? = null, datasetName: String? = null, filters: List<TopicFilter>? = null, namedEntities: List<TopicNamedEntity>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of calculated field definitions.

Link copied to clipboard
val columns: List<TopicColumn>? = null

The list of column definitions.

Link copied to clipboard

The definition of a data aggregation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset.

Link copied to clipboard

The description of the dataset.

Link copied to clipboard
val datasetName: String? = null

The name of the dataset.

Link copied to clipboard
val filters: List<TopicFilter>? = null

The list of filter definitions.

Link copied to clipboard

The list of named entities definitions.