Class: Aws::Personalize::Types::Recommender

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

Overview

Describes a recommendation generator for a Domain dataset group. You create a recommender in a Domain dataset group for a specific domain use case (domain recipe), and specify the recommender in a

GetRecommendations][1

request.

[1]: docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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

Returns:

  • (Time)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_group_arnString

The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If a recommender fails, the reason behind the failure.

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

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

Returns:

  • (Time)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#latest_recommender_updateTypes::RecommenderUpdateSummary

Provides a summary of the latest updates to the recommender.



4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#model_metricsHash<String,Float>

Provides evaluation metrics that help you determine the performance of a recommender. For more information, see [ Evaluating a recommender].

[1]: docs.aws.amazon.com/personalize/latest/dg/evaluating-recommenders.html

Returns:

  • (Hash<String,Float>)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recommender.

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_arnString

The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created for.

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#recommender_arnString

The Amazon Resource Name (ARN) of the recommender.

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#recommender_configTypes::RecommenderConfig

The configuration details of the recommender.



4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the recommender.

A recommender can be in one of the following states:

  • CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED

  • STOP PENDING &gt; STOP IN_PROGRESS &gt; INACTIVE &gt; START PENDING &gt; START IN_PROGRESS &gt; ACTIVE

  • DELETE PENDING &gt; DELETE IN_PROGRESS

Returns:

  • (String)


4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'lib/aws-sdk-personalize/types.rb', line 4603

class Recommender < Struct.new(
  :recommender_arn,
  :dataset_group_arn,
  :name,
  :recipe_arn,
  :recommender_config,
  :creation_date_time,
  :last_updated_date_time,
  :status,
  :failure_reason,
  :latest_recommender_update,
  :model_metrics)
  SENSITIVE = []
  include Aws::Structure
end