FeatureTransformation

Provides feature transformation information. Feature transformation is the process of modifying raw input data into a form more suitable for model training.

Types

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

Properties

Link copied to clipboard

The creation date and time (in Unix time) of the feature transformation.

Link copied to clipboard

Provides the default parameters for feature transformation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the FeatureTransformation object.

Link copied to clipboard

The last update date and time (in Unix time) of the feature transformation.

Link copied to clipboard
val name: String?

The name of the feature transformation.

Link copied to clipboard

The status of the feature transformation.

Functions

Link copied to clipboard
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