Documentation
¶
Overview ¶
Package sagemakerfeaturestoreruntimemock is a generated GoMock package.
Index ¶
- type MockSageMakerFeatureStoreRuntimeAPI
- func (m *MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecord(arg0 *sagemakerfeaturestoreruntime.BatchGetRecordInput) (*sagemakerfeaturestoreruntime.BatchGetRecordOutput, error)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecordRequest(arg0 *sagemakerfeaturestoreruntime.BatchGetRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.BatchGetRecordOutput)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.BatchGetRecordInput, ...) (*sagemakerfeaturestoreruntime.BatchGetRecordOutput, error)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) DeleteRecord(arg0 *sagemakerfeaturestoreruntime.DeleteRecordInput) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) DeleteRecordRequest(arg0 *sagemakerfeaturestoreruntime.DeleteRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.DeleteRecordOutput)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) DeleteRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.DeleteRecordInput, ...) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) EXPECT() *MockSageMakerFeatureStoreRuntimeAPIMockRecorder
- func (m *MockSageMakerFeatureStoreRuntimeAPI) GetRecord(arg0 *sagemakerfeaturestoreruntime.GetRecordInput) (*sagemakerfeaturestoreruntime.GetRecordOutput, error)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) GetRecordRequest(arg0 *sagemakerfeaturestoreruntime.GetRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.GetRecordOutput)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) GetRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.GetRecordInput, ...) (*sagemakerfeaturestoreruntime.GetRecordOutput, error)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) PutRecord(arg0 *sagemakerfeaturestoreruntime.PutRecordInput) (*sagemakerfeaturestoreruntime.PutRecordOutput, error)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) PutRecordRequest(arg0 *sagemakerfeaturestoreruntime.PutRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.PutRecordOutput)
- func (m *MockSageMakerFeatureStoreRuntimeAPI) PutRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.PutRecordInput, ...) (*sagemakerfeaturestoreruntime.PutRecordOutput, error)
- type MockSageMakerFeatureStoreRuntimeAPIMockRecorder
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecord(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecord(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecord(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecord(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSageMakerFeatureStoreRuntimeAPI ¶
type MockSageMakerFeatureStoreRuntimeAPI struct {
// contains filtered or unexported fields
}
MockSageMakerFeatureStoreRuntimeAPI is a mock of SageMakerFeatureStoreRuntimeAPI interface
func NewMockSageMakerFeatureStoreRuntimeAPI ¶
func NewMockSageMakerFeatureStoreRuntimeAPI(ctrl *gomock.Controller) *MockSageMakerFeatureStoreRuntimeAPI
NewMockSageMakerFeatureStoreRuntimeAPI creates a new mock instance
func (*MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecord ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecord(arg0 *sagemakerfeaturestoreruntime.BatchGetRecordInput) (*sagemakerfeaturestoreruntime.BatchGetRecordOutput, error)
BatchGetRecord mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecordRequest ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecordRequest(arg0 *sagemakerfeaturestoreruntime.BatchGetRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.BatchGetRecordOutput)
BatchGetRecordRequest mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecordWithContext ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) BatchGetRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.BatchGetRecordInput, arg2 ...request.Option) (*sagemakerfeaturestoreruntime.BatchGetRecordOutput, error)
BatchGetRecordWithContext mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) DeleteRecord ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) DeleteRecord(arg0 *sagemakerfeaturestoreruntime.DeleteRecordInput) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error)
DeleteRecord mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) DeleteRecordRequest ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) DeleteRecordRequest(arg0 *sagemakerfeaturestoreruntime.DeleteRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.DeleteRecordOutput)
DeleteRecordRequest mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) DeleteRecordWithContext ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) DeleteRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.DeleteRecordInput, arg2 ...request.Option) (*sagemakerfeaturestoreruntime.DeleteRecordOutput, error)
DeleteRecordWithContext mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) EXPECT ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) EXPECT() *MockSageMakerFeatureStoreRuntimeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSageMakerFeatureStoreRuntimeAPI) GetRecord ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) GetRecord(arg0 *sagemakerfeaturestoreruntime.GetRecordInput) (*sagemakerfeaturestoreruntime.GetRecordOutput, error)
GetRecord mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) GetRecordRequest ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) GetRecordRequest(arg0 *sagemakerfeaturestoreruntime.GetRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.GetRecordOutput)
GetRecordRequest mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) GetRecordWithContext ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) GetRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.GetRecordInput, arg2 ...request.Option) (*sagemakerfeaturestoreruntime.GetRecordOutput, error)
GetRecordWithContext mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) PutRecord ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) PutRecord(arg0 *sagemakerfeaturestoreruntime.PutRecordInput) (*sagemakerfeaturestoreruntime.PutRecordOutput, error)
PutRecord mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) PutRecordRequest ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) PutRecordRequest(arg0 *sagemakerfeaturestoreruntime.PutRecordInput) (*request.Request, *sagemakerfeaturestoreruntime.PutRecordOutput)
PutRecordRequest mocks base method
func (*MockSageMakerFeatureStoreRuntimeAPI) PutRecordWithContext ¶
func (m *MockSageMakerFeatureStoreRuntimeAPI) PutRecordWithContext(arg0 context.Context, arg1 *sagemakerfeaturestoreruntime.PutRecordInput, arg2 ...request.Option) (*sagemakerfeaturestoreruntime.PutRecordOutput, error)
PutRecordWithContext mocks base method
type MockSageMakerFeatureStoreRuntimeAPIMockRecorder ¶
type MockSageMakerFeatureStoreRuntimeAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSageMakerFeatureStoreRuntimeAPIMockRecorder is the mock recorder for MockSageMakerFeatureStoreRuntimeAPI
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecord ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecord(arg0 interface{}) *gomock.Call
BatchGetRecord indicates an expected call of BatchGetRecord
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecordRequest ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecordRequest(arg0 interface{}) *gomock.Call
BatchGetRecordRequest indicates an expected call of BatchGetRecordRequest
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecordWithContext ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) BatchGetRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchGetRecordWithContext indicates an expected call of BatchGetRecordWithContext
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecord ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecord(arg0 interface{}) *gomock.Call
DeleteRecord indicates an expected call of DeleteRecord
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecordRequest ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecordRequest(arg0 interface{}) *gomock.Call
DeleteRecordRequest indicates an expected call of DeleteRecordRequest
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecordWithContext ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) DeleteRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteRecordWithContext indicates an expected call of DeleteRecordWithContext
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecord ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecord(arg0 interface{}) *gomock.Call
GetRecord indicates an expected call of GetRecord
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecordRequest ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecordRequest(arg0 interface{}) *gomock.Call
GetRecordRequest indicates an expected call of GetRecordRequest
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecordWithContext ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) GetRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetRecordWithContext indicates an expected call of GetRecordWithContext
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecord ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecord(arg0 interface{}) *gomock.Call
PutRecord indicates an expected call of PutRecord
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecordRequest ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecordRequest(arg0 interface{}) *gomock.Call
PutRecordRequest indicates an expected call of PutRecordRequest
func (*MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecordWithContext ¶
func (mr *MockSageMakerFeatureStoreRuntimeAPIMockRecorder) PutRecordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutRecordWithContext indicates an expected call of PutRecordWithContext