Class: Aws::CustomerProfiles::Types::GetProfileRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetProfileRecommendationsRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:context]
Instance Attribute Summary collapse
-
#context ⇒ Hash<String,String>
The contextual metadata used to provide dynamic runtime information to tailor recommendations.
-
#domain_name ⇒ String
The unique name of the domain.
-
#max_results ⇒ Integer
The maximum number of recommendations to return.
-
#profile_id ⇒ String
The unique identifier of the profile for which to retrieve recommendations.
-
#recommender_name ⇒ String
The unique name of the recommender.
Instance Attribute Details
#context ⇒ Hash<String,String>
The contextual metadata used to provide dynamic runtime information to tailor recommendations.
4485 4486 4487 4488 4489 4490 4491 4492 4493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4485 class GetProfileRecommendationsRequest < Struct.new( :domain_name, :profile_id, :recommender_name, :context, :max_results) SENSITIVE = [:context] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
4485 4486 4487 4488 4489 4490 4491 4492 4493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4485 class GetProfileRecommendationsRequest < Struct.new( :domain_name, :profile_id, :recommender_name, :context, :max_results) SENSITIVE = [:context] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of recommendations to return. The default value is 10.
4485 4486 4487 4488 4489 4490 4491 4492 4493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4485 class GetProfileRecommendationsRequest < Struct.new( :domain_name, :profile_id, :recommender_name, :context, :max_results) SENSITIVE = [:context] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the profile for which to retrieve recommendations.
4485 4486 4487 4488 4489 4490 4491 4492 4493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4485 class GetProfileRecommendationsRequest < Struct.new( :domain_name, :profile_id, :recommender_name, :context, :max_results) SENSITIVE = [:context] include Aws::Structure end |
#recommender_name ⇒ String
The unique name of the recommender.
4485 4486 4487 4488 4489 4490 4491 4492 4493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4485 class GetProfileRecommendationsRequest < Struct.new( :domain_name, :profile_id, :recommender_name, :context, :max_results) SENSITIVE = [:context] include Aws::Structure end |