Class: Aws::CustomerProfiles::Types::UpdateRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UpdateRecommenderRequest
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#description ⇒ String
The new description to assign to the recommender.
9925 9926 9927 9928 9929 9930 9931 9932 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config) SENSITIVE = [:description] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
9925 9926 9927 9928 9929 9930 9931 9932 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config) 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.
9925 9926 9927 9928 9929 9930 9931 9932 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config) SENSITIVE = [:description] include Aws::Structure end |
#recommender_name ⇒ String
The name of the recommender to update.
9925 9926 9927 9928 9929 9930 9931 9932 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925 class UpdateRecommenderRequest < Struct.new( :domain_name, :recommender_name, :description, :recommender_config) SENSITIVE = [:description] include Aws::Structure end |