CustomCode

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

Types

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

Properties

Link copied to clipboard

The name defined for the custom code node class.

Link copied to clipboard

The custom code that is used to perform the data transformation.

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

Specifies the data schema for the custom code transform.

Functions

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