DatasetMetadata

A structure that represents a dataset.

Types

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

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.

Functions

Link copied to clipboard
inline fun copy(block: DatasetMetadata.Builder.() -> Unit = {}): DatasetMetadata
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