Topic Dataset Metadata Args
data class TopicDatasetMetadataArgs(val calculatedFields: Output<List<TopicCalculatedFieldArgs>>? = null, val columns: Output<List<TopicColumnArgs>>? = null, val dataAggregation: Output<TopicDataAggregationArgs>? = null, val datasetArn: Output<String>, val datasetDescription: Output<String>? = null, val datasetName: Output<String>? = null, val filters: Output<List<TopicFilterArgs>>? = null, val namedEntities: Output<List<TopicNamedEntityArgs>>? = null) : ConvertibleToJava<TopicDatasetMetadataArgs>
Constructors
Link copied to clipboard
constructor(calculatedFields: Output<List<TopicCalculatedFieldArgs>>? = null, columns: Output<List<TopicColumnArgs>>? = null, dataAggregation: Output<TopicDataAggregationArgs>? = null, datasetArn: Output<String>, datasetDescription: Output<String>? = null, datasetName: Output<String>? = null, filters: Output<List<TopicFilterArgs>>? = null, namedEntities: Output<List<TopicNamedEntityArgs>>? = null)
Properties
Link copied to clipboard
The list of calculated field definitions.
Link copied to clipboard
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
The name of the dataset.
Link copied to clipboard
The list of filter definitions.
Link copied to clipboard
The list of named entities definitions.