Class: Aws::Personalize::Types::Recipe

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

Overview

Provides information about a recipe. Each recipe provides an algorithm that Amazon Personalize uses in model training when you use the CreateSolution operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time (in Unix format) that the recipe was created.

Returns:

  • (Time)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the recipe.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#feature_transformation_arnString

The ARN of the FeatureTransformation object.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix format) that the recipe was last updated.

Returns:

  • (Time)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recipe.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_arnString

The Amazon Resource Name (ARN) of the recipe.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_typeString

One of the following values:

  • PERSONALIZED_RANKING

  • RELATED_ITEMS

  • USER_PERSONALIZATION

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the recipe.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4563

class Recipe < Struct.new(
  :name,
  :recipe_arn,
  :algorithm_arn,
  :feature_transformation_arn,
  :status,
  :description,
  :creation_date_time,
  :recipe_type,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end