Class: Aws::CustomerProfiles::Types::GetRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetRecommenderRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#recommender_name ⇒ String
The name of the recommender.
-
#training_metrics_count ⇒ Integer
The number of training metrics to retrieve for the recommender.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
4521 4522 4523 4524 4525 4526 4527 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4521 class GetRecommenderRequest < Struct.new( :domain_name, :recommender_name, :training_metrics_count) SENSITIVE = [] include Aws::Structure end |
#recommender_name ⇒ String
The name of the recommender.
4521 4522 4523 4524 4525 4526 4527 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4521 class GetRecommenderRequest < Struct.new( :domain_name, :recommender_name, :training_metrics_count) SENSITIVE = [] include Aws::Structure end |
#training_metrics_count ⇒ Integer
The number of training metrics to retrieve for the recommender.
4521 4522 4523 4524 4525 4526 4527 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4521 class GetRecommenderRequest < Struct.new( :domain_name, :recommender_name, :training_metrics_count) SENSITIVE = [] include Aws::Structure end |