Versions in this module Expand all Collapse all v1 v1.99.1 Feb 10, 2020 v1.99.0 Feb 10, 2020 Changes in this version + const EndpointsID + const ErrCodeInvalidInputException + const ErrCodeResourceNotFoundException + const ServiceID + const ServiceName + type GetPersonalizedRankingInput struct + CampaignArn *string + InputList []*string + UserId *string + func (s *GetPersonalizedRankingInput) SetCampaignArn(v string) *GetPersonalizedRankingInput + func (s *GetPersonalizedRankingInput) SetInputList(v []*string) *GetPersonalizedRankingInput + func (s *GetPersonalizedRankingInput) SetUserId(v string) *GetPersonalizedRankingInput + func (s *GetPersonalizedRankingInput) Validate() error + func (s GetPersonalizedRankingInput) GoString() string + func (s GetPersonalizedRankingInput) String() string + type GetPersonalizedRankingOutput struct + PersonalizedRanking []*PredictedItem + func (s *GetPersonalizedRankingOutput) SetPersonalizedRanking(v []*PredictedItem) *GetPersonalizedRankingOutput + func (s GetPersonalizedRankingOutput) GoString() string + func (s GetPersonalizedRankingOutput) String() string + type GetRecommendationsInput struct + CampaignArn *string + ItemId *string + NumResults *int64 + UserId *string + func (s *GetRecommendationsInput) SetCampaignArn(v string) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetItemId(v string) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetNumResults(v int64) *GetRecommendationsInput + func (s *GetRecommendationsInput) SetUserId(v string) *GetRecommendationsInput + func (s *GetRecommendationsInput) Validate() error + func (s GetRecommendationsInput) GoString() string + func (s GetRecommendationsInput) String() string + type GetRecommendationsOutput struct + ItemList []*PredictedItem + func (s *GetRecommendationsOutput) SetItemList(v []*PredictedItem) *GetRecommendationsOutput + func (s GetRecommendationsOutput) GoString() string + func (s GetRecommendationsOutput) String() string + type PersonalizeRuntime struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *PersonalizeRuntime + func (c *PersonalizeRuntime) GetPersonalizedRanking(input *GetPersonalizedRankingInput) (*GetPersonalizedRankingOutput, error) + func (c *PersonalizeRuntime) GetPersonalizedRankingRequest(input *GetPersonalizedRankingInput) (req *request.Request, output *GetPersonalizedRankingOutput) + func (c *PersonalizeRuntime) GetPersonalizedRankingWithContext(ctx aws.Context, input *GetPersonalizedRankingInput, opts ...request.Option) (*GetPersonalizedRankingOutput, error) + func (c *PersonalizeRuntime) GetRecommendations(input *GetRecommendationsInput) (*GetRecommendationsOutput, error) + func (c *PersonalizeRuntime) GetRecommendationsRequest(input *GetRecommendationsInput) (req *request.Request, output *GetRecommendationsOutput) + func (c *PersonalizeRuntime) GetRecommendationsWithContext(ctx aws.Context, input *GetRecommendationsInput, opts ...request.Option) (*GetRecommendationsOutput, error) + type PredictedItem struct + ItemId *string + func (s *PredictedItem) SetItemId(v string) *PredictedItem + func (s PredictedItem) GoString() string + func (s PredictedItem) String() string