Class: Aws::Types::GetPersonalizedRankingResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#personalized_ranking ⇒ ::Array[Types::PredictedItem]

Returns the value of attribute personalized_ranking.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def personalized_ranking
  @personalized_ranking
end

#recommendation_id ⇒ ::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def recommendation_id
  @recommendation_id
end