Sample

class Sample

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

Types

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

Properties

Link copied to clipboard
val size: Int?

The number of rows in the sample.

Link copied to clipboard

The way in which DataBrew obtains rows from a dataset.

Functions

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