Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) GetActionRecommendations(ctx context.Context, params *personalizeruntime.GetActionRecommendationsInput, ...) (*personalizeruntime.GetActionRecommendationsOutput, error)
- func (_m *IClient) GetPersonalizedRanking(ctx context.Context, params *personalizeruntime.GetPersonalizedRankingInput, ...) (*personalizeruntime.GetPersonalizedRankingOutput, error)
- func (_m *IClient) GetRecommendations(ctx context.Context, params *personalizeruntime.GetRecommendationsInput, ...) (*personalizeruntime.GetRecommendationsOutput, error)
- func (_m *IClient) Options() personalizeruntime.Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) GetActionRecommendations ¶
func (_m *IClient) GetActionRecommendations(ctx context.Context, params *personalizeruntime.GetActionRecommendationsInput, optFns ...func(*personalizeruntime.Options)) (*personalizeruntime.GetActionRecommendationsOutput, error)
GetActionRecommendations provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetPersonalizedRanking ¶
func (_m *IClient) GetPersonalizedRanking(ctx context.Context, params *personalizeruntime.GetPersonalizedRankingInput, optFns ...func(*personalizeruntime.Options)) (*personalizeruntime.GetPersonalizedRankingOutput, error)
GetPersonalizedRanking provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRecommendations ¶
func (_m *IClient) GetRecommendations(ctx context.Context, params *personalizeruntime.GetRecommendationsInput, optFns ...func(*personalizeruntime.Options)) (*personalizeruntime.GetRecommendationsOutput, error)
GetRecommendations provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() personalizeruntime.Options
Options provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.