You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Personalize::Types::FeatureTransformation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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

Returns:

  • (Time)

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

#default_parametersHash<String,String>

Provides the default parameters for feature transformation.

Returns:

  • (Hash<String,String>)

    Provides the default parameters for feature transformation.

#feature_transformation_arnString

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

Returns:

  • (String)

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

#last_updated_date_timeTime

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

Returns:

  • (Time)

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

#nameString

The name of the feature transformation.

Returns:

  • (String)

    The name of the feature transformation.

#statusString

The status of the feature transformation.

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

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

^

Returns:

  • (String)

    The status of the feature transformation.