MLTransformSchema

data class MLTransformSchema(val dataType: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(dataType: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataType: String? = null

The type of data in the column.

Link copied to clipboard
val name: String? = null

The name you assign to this ML Transform. It must be unique in your account.