Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) BatchGetRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.BatchGetRecordInput, ...) (*sagemakerfeaturestoreruntime.BatchGetRecordOutput, error)
- func (_m *IClient) DeleteRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.DeleteRecordInput, ...) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error)
- func (_m *IClient) GetRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.GetRecordInput, ...) (*sagemakerfeaturestoreruntime.GetRecordOutput, error)
- func (_m *IClient) Options() sagemakerfeaturestoreruntime.Options
- func (_m *IClient) PutRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.PutRecordInput, ...) (*sagemakerfeaturestoreruntime.PutRecordOutput, 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) BatchGetRecord ¶
func (_m *IClient) BatchGetRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.BatchGetRecordInput, optFns ...func(*sagemakerfeaturestoreruntime.Options)) (*sagemakerfeaturestoreruntime.BatchGetRecordOutput, error)
BatchGetRecord provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteRecord ¶
func (_m *IClient) DeleteRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.DeleteRecordInput, optFns ...func(*sagemakerfeaturestoreruntime.Options)) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error)
DeleteRecord provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRecord ¶
func (_m *IClient) GetRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.GetRecordInput, optFns ...func(*sagemakerfeaturestoreruntime.Options)) (*sagemakerfeaturestoreruntime.GetRecordOutput, error)
GetRecord provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() sagemakerfeaturestoreruntime.Options
Options provides a mock function with given fields:
func (*IClient) PutRecord ¶
func (_m *IClient) PutRecord(ctx context.Context, params *sagemakerfeaturestoreruntime.PutRecordInput, optFns ...func(*sagemakerfeaturestoreruntime.Options)) (*sagemakerfeaturestoreruntime.PutRecordOutput, error)
PutRecord provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.