Dataset

class Dataset

Represents a dataset that can be processed by DataBrew.

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account that owns the dataset.

Link copied to clipboard

The date and time that the dataset was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who created the dataset.

Link copied to clipboard

The file format of a dataset that is created from an Amazon S3 file or folder.

Link copied to clipboard

A set of options that define how DataBrew interprets the data in the dataset.

Link copied to clipboard
val input: Input?

Information on how DataBrew can find the dataset, in either the Glue Data Catalog or Amazon S3.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who last modified the dataset.

Link copied to clipboard

The last modification date and time of the dataset.

Link copied to clipboard

The unique name of the dataset.

Link copied to clipboard

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

Link copied to clipboard

The unique Amazon Resource Name (ARN) for the dataset.

Link copied to clipboard

The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.

Link copied to clipboard

Metadata tags that have been applied to the dataset.

Functions

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