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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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

Returns:

  • (Time)


3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3219

class FeatureTransformation < Struct.new(
  :name,
  :feature_transformation_arn,
  :default_parameters,
  :creation_date_time,
  :last_updated_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#default_parametersHash<String,String>

Provides the default parameters for feature transformation.

Returns:

  • (Hash<String,String>)


3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3219

class FeatureTransformation < Struct.new(
  :name,
  :feature_transformation_arn,
  :default_parameters,
  :creation_date_time,
  :last_updated_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#feature_transformation_arnString

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

Returns:

  • (String)


3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3219

class FeatureTransformation < Struct.new(
  :name,
  :feature_transformation_arn,
  :default_parameters,
  :creation_date_time,
  :last_updated_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

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

Returns:

  • (Time)


3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3219

class FeatureTransformation < Struct.new(
  :name,
  :feature_transformation_arn,
  :default_parameters,
  :creation_date_time,
  :last_updated_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the feature transformation.

Returns:

  • (String)


3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3219

class FeatureTransformation < Struct.new(
  :name,
  :feature_transformation_arn,
  :default_parameters,
  :creation_date_time,
  :last_updated_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3219

class FeatureTransformation < Struct.new(
  :name,
  :feature_transformation_arn,
  :default_parameters,
  :creation_date_time,
  :last_updated_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end