SchemaColumn

A key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.

Types

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

Properties

Link copied to clipboard

The type of data in the column.

Link copied to clipboard
val name: String?

The name of the column.

Functions

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