class Azure::Personalizer::Profiles::Latest::ModelClasses

Public Instance Methods

error_code() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 91
def error_code
  Azure::CognitiveServices::Personalizer::V1_0::Models::ErrorCode
end
error_response() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 76
def error_response
  Azure::CognitiveServices::Personalizer::V1_0::Models::ErrorResponse
end
internal_error() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 70
def internal_error
  Azure::CognitiveServices::Personalizer::V1_0::Models::InternalError
end
personalizer_error() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 82
def personalizer_error
  Azure::CognitiveServices::Personalizer::V1_0::Models::PersonalizerError
end
rank_request() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 73
def rank_request
  Azure::CognitiveServices::Personalizer::V1_0::Models::RankRequest
end
rank_response() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 85
def rank_response
  Azure::CognitiveServices::Personalizer::V1_0::Models::RankResponse
end
rankable_action() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 67
def rankable_action
  Azure::CognitiveServices::Personalizer::V1_0::Models::RankableAction
end
ranked_action() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 79
def ranked_action
  Azure::CognitiveServices::Personalizer::V1_0::Models::RankedAction
end
reward_request() click to toggle source
# File lib/profiles/latest/modules/personalizer_profile_module.rb, line 88
def reward_request
  Azure::CognitiveServices::Personalizer::V1_0::Models::RewardRequest
end