class Aws::Personalize::Types::FeatureTransformation

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

@!attribute [rw] name

The name of the feature transformation.
@return [String]

@!attribute [rw] feature_transformation_arn

The Amazon Resource Name (ARN) of the FeatureTransformation object.
@return [String]

@!attribute [rw] default_parameters

Provides the default parameters for feature transformation.
@return [Hash<String,String>]

@!attribute [rw] creation_date_time

The creation date and time (in Unix time) of the feature
transformation.
@return [Time]

@!attribute [rw] last_updated_date_time

The last update date and time (in Unix time) of the feature
transformation.
@return [Time]

@!attribute [rw] status

The status of the feature transformation.

A feature transformation can be in one of the following states:

* CREATE PENDING &gt; CREATE IN\_PROGRESS &gt; ACTIVE -or- CREATE
  FAILED

^
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/FeatureTransformation AWS API Documentation

Constants

SENSITIVE