Class: Aws::Personalize::Types::RecommenderSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::RecommenderSummary
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Provides a summary of the properties of the recommender.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time (in Unix format) that the recommender was created.
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix format) that the recommender was last updated.
-
#name ⇒ String
The name of the recommender.
-
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created for.
-
#recommender_arn ⇒ String
The Amazon Resource Name (ARN) of the recommender.
-
#recommender_config ⇒ Types::RecommenderConfig
The configuration details of the recommender.
-
#status ⇒ String
The status of the recommender.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time (in Unix format) that the recommender was created.
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time (in Unix format) that the recommender was last updated.
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the recommender.
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created for.
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#recommender_arn ⇒ String
The Amazon Resource Name (ARN) of the recommender.
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#recommender_config ⇒ Types::RecommenderConfig
The configuration details of the recommender.
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the recommender. A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
DELETE PENDING > DELETE IN_PROGRESS
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4717 class RecommenderSummary < Struct.new( :name, :recommender_arn, :dataset_group_arn, :recipe_arn, :recommender_config, :status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |