Class: Aws::CustomerProfiles::Types::GetRecommenderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name ⇒ String

The unique name of the domain.

Returns:

  • (String)


5119
5120
5121
5122
5123
5124
5125
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5119

class GetRecommenderRequest < Struct.new(
  :domain_name,
  :recommender_name,
  :training_metrics_count)
  SENSITIVE = []
  include Aws::Structure
end

#recommender_name ⇒ String

The name of the recommender.

Returns:

  • (String)


5119
5120
5121
5122
5123
5124
5125
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5119

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.

Returns:

  • (Integer)


5119
5120
5121
5122
5123
5124
5125
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5119

class GetRecommenderRequest < Struct.new(
  :domain_name,
  :recommender_name,
  :training_metrics_count)
  SENSITIVE = []
  include Aws::Structure
end