Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) InvokeEndpoint(ctx context.Context, params *sagemakerruntime.InvokeEndpointInput, ...) (*sagemakerruntime.InvokeEndpointOutput, error)
- func (_m *IClient) InvokeEndpointAsync(ctx context.Context, params *sagemakerruntime.InvokeEndpointAsyncInput, ...) (*sagemakerruntime.InvokeEndpointAsyncOutput, error)
- func (_m *IClient) InvokeEndpointWithResponseStream(ctx context.Context, ...) (*sagemakerruntime.InvokeEndpointWithResponseStreamOutput, error)
- func (_m *IClient) Options() sagemakerruntime.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) InvokeEndpoint ¶
func (_m *IClient) InvokeEndpoint(ctx context.Context, params *sagemakerruntime.InvokeEndpointInput, optFns ...func(*sagemakerruntime.Options)) (*sagemakerruntime.InvokeEndpointOutput, error)
InvokeEndpoint provides a mock function with given fields: ctx, params, optFns
func (*IClient) InvokeEndpointAsync ¶
func (_m *IClient) InvokeEndpointAsync(ctx context.Context, params *sagemakerruntime.InvokeEndpointAsyncInput, optFns ...func(*sagemakerruntime.Options)) (*sagemakerruntime.InvokeEndpointAsyncOutput, error)
InvokeEndpointAsync provides a mock function with given fields: ctx, params, optFns
func (*IClient) InvokeEndpointWithResponseStream ¶
func (_m *IClient) InvokeEndpointWithResponseStream(ctx context.Context, params *sagemakerruntime.InvokeEndpointWithResponseStreamInput, optFns ...func(*sagemakerruntime.Options)) (*sagemakerruntime.InvokeEndpointWithResponseStreamOutput, error)
InvokeEndpointWithResponseStream provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() sagemakerruntime.Options
Options provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.