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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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_nameString

The name of the recommender.

Returns:

  • (String)


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_countInteger

The number of training metrics to retrieve for the recommender.

Returns:

  • (Integer)


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