Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetPersonalizedRanking(ctx workflow.Context, input *personalizeruntime.GetPersonalizedRankingInput) (*personalizeruntime.GetPersonalizedRankingOutput, error) GetPersonalizedRankingAsync(ctx workflow.Context, input *personalizeruntime.GetPersonalizedRankingInput) *GetPersonalizedRankingFuture GetRecommendations(ctx workflow.Context, input *personalizeruntime.GetRecommendationsInput) (*personalizeruntime.GetRecommendationsOutput, error) GetRecommendationsAsync(ctx workflow.Context, input *personalizeruntime.GetRecommendationsInput) *GetRecommendationsFuture }
type GetPersonalizedRankingFuture ¶
type GetPersonalizedRankingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPersonalizedRankingFuture) Get ¶
func (r *GetPersonalizedRankingFuture) Get(ctx workflow.Context) (*personalizeruntime.GetPersonalizedRankingOutput, error)
type GetRecommendationsFuture ¶
type GetRecommendationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRecommendationsFuture) Get ¶
func (r *GetRecommendationsFuture) Get(ctx workflow.Context) (*personalizeruntime.GetRecommendationsOutput, error)
Click to show internal directories.
Click to hide internal directories.