Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) DeleteHumanLoop(ctx context.Context, params *sagemakera2iruntime.DeleteHumanLoopInput, ...) (*sagemakera2iruntime.DeleteHumanLoopOutput, error)
- func (_m *IClient) DescribeHumanLoop(ctx context.Context, params *sagemakera2iruntime.DescribeHumanLoopInput, ...) (*sagemakera2iruntime.DescribeHumanLoopOutput, error)
- func (_m *IClient) ListHumanLoops(ctx context.Context, params *sagemakera2iruntime.ListHumanLoopsInput, ...) (*sagemakera2iruntime.ListHumanLoopsOutput, error)
- func (_m *IClient) Options() sagemakera2iruntime.Options
- func (_m *IClient) StartHumanLoop(ctx context.Context, params *sagemakera2iruntime.StartHumanLoopInput, ...) (*sagemakera2iruntime.StartHumanLoopOutput, error)
- func (_m *IClient) StopHumanLoop(ctx context.Context, params *sagemakera2iruntime.StopHumanLoopInput, ...) (*sagemakera2iruntime.StopHumanLoopOutput, error)
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) DeleteHumanLoop ¶
func (_m *IClient) DeleteHumanLoop(ctx context.Context, params *sagemakera2iruntime.DeleteHumanLoopInput, optFns ...func(*sagemakera2iruntime.Options)) (*sagemakera2iruntime.DeleteHumanLoopOutput, error)
DeleteHumanLoop provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeHumanLoop ¶
func (_m *IClient) DescribeHumanLoop(ctx context.Context, params *sagemakera2iruntime.DescribeHumanLoopInput, optFns ...func(*sagemakera2iruntime.Options)) (*sagemakera2iruntime.DescribeHumanLoopOutput, error)
DescribeHumanLoop provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListHumanLoops ¶
func (_m *IClient) ListHumanLoops(ctx context.Context, params *sagemakera2iruntime.ListHumanLoopsInput, optFns ...func(*sagemakera2iruntime.Options)) (*sagemakera2iruntime.ListHumanLoopsOutput, error)
ListHumanLoops provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() sagemakera2iruntime.Options
Options provides a mock function with given fields:
func (*IClient) StartHumanLoop ¶
func (_m *IClient) StartHumanLoop(ctx context.Context, params *sagemakera2iruntime.StartHumanLoopInput, optFns ...func(*sagemakera2iruntime.Options)) (*sagemakera2iruntime.StartHumanLoopOutput, error)
StartHumanLoop provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopHumanLoop ¶
func (_m *IClient) StopHumanLoop(ctx context.Context, params *sagemakera2iruntime.StopHumanLoopInput, optFns ...func(*sagemakera2iruntime.Options)) (*sagemakera2iruntime.StopHumanLoopOutput, error)
StopHumanLoop provides a mock function with given fields: ctx, params, optFns