Builder

class Builder

Properties

Link copied to clipboard

The data inputs identified by their node names.

Link copied to clipboard
var name: String?

The name of the transform node.

Link copied to clipboard
var path: String?

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
var 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
var topk: Int?

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