Spigot

class Spigot

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

Types

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

Properties

Link copied to clipboard

The data inputs identified by their node names.

Link copied to clipboard

The name of the transform node.

Link copied to clipboard

A path in Amazon S3 where the transform will write a subset of records from the dataset to a JSON file in an Amazon S3 bucket.

Link copied to clipboard
val prob: Double?

The probability (a decimal value with a maximum value of 1) of picking any given record. A value of 1 indicates that each row read from the dataset should be included in the sample output.

Link copied to clipboard
val topk: Int?

Specifies a number of records to write starting from the beginning of the dataset.

Functions

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