Class: Aws::CustomerProfiles::Types::UpdateRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UpdateRecommenderRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The new description to assign to the recommender.
-
#domain_name ⇒ String
The unique name of the domain.
-
#recommender_config ⇒ Types::RecommenderConfig
The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.
-
#recommender_name ⇒ String
The name of the recommender to update.
-
#recommender_version_name ⇒ String
The name of a specific recommender version to activate as part of this update (for example, to roll back to a previously trained version).
Instance Attribute Details
#description ⇒ String
The new description to assign to the recommender.
10887 10888 10889 10890 10891 10892 10893 10894 10895 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10887 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config, :recommender_version_name) SENSITIVE = [:description] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
10887 10888 10889 10890 10891 10892 10893 10894 10895 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10887 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config, :recommender_version_name) SENSITIVE = [:description] include Aws::Structure end |
#recommender_config ⇒ Types::RecommenderConfig
The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.
10887 10888 10889 10890 10891 10892 10893 10894 10895 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10887 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config, :recommender_version_name) SENSITIVE = [:description] include Aws::Structure end |
#recommender_name ⇒ String
The name of the recommender to update.
10887 10888 10889 10890 10891 10892 10893 10894 10895 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10887 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config, :recommender_version_name) SENSITIVE = [:description] include Aws::Structure end |
#recommender_version_name ⇒ String
The name of a specific recommender version to activate as part of this update (for example, to roll back to a previously trained version).
10887 10888 10889 10890 10891 10892 10893 10894 10895 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 10887 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config, :recommender_version_name) SENSITIVE = [:description] include Aws::Structure end |