Documentation ¶
Overview ¶
Package sagemakerruntimemock is a generated GoMock package.
Index ¶
- type MockSageMakerRuntimeAPI
- func (m *MockSageMakerRuntimeAPI) EXPECT() *MockSageMakerRuntimeAPIMockRecorder
- func (m *MockSageMakerRuntimeAPI) InvokeEndpoint(arg0 *sagemakerruntime.InvokeEndpointInput) (*sagemakerruntime.InvokeEndpointOutput, error)
- func (m *MockSageMakerRuntimeAPI) InvokeEndpointRequest(arg0 *sagemakerruntime.InvokeEndpointInput) (*request.Request, *sagemakerruntime.InvokeEndpointOutput)
- func (m *MockSageMakerRuntimeAPI) InvokeEndpointWithContext(arg0 context.Context, arg1 *sagemakerruntime.InvokeEndpointInput, ...) (*sagemakerruntime.InvokeEndpointOutput, error)
- type MockSageMakerRuntimeAPIMockRecorder
- func (mr *MockSageMakerRuntimeAPIMockRecorder) InvokeEndpoint(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerRuntimeAPIMockRecorder) InvokeEndpointRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSageMakerRuntimeAPIMockRecorder) InvokeEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSageMakerRuntimeAPI ¶
type MockSageMakerRuntimeAPI struct {
// contains filtered or unexported fields
}
MockSageMakerRuntimeAPI is a mock of SageMakerRuntimeAPI interface
func NewMockSageMakerRuntimeAPI ¶
func NewMockSageMakerRuntimeAPI(ctrl *gomock.Controller) *MockSageMakerRuntimeAPI
NewMockSageMakerRuntimeAPI creates a new mock instance
func (*MockSageMakerRuntimeAPI) EXPECT ¶
func (m *MockSageMakerRuntimeAPI) EXPECT() *MockSageMakerRuntimeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSageMakerRuntimeAPI) InvokeEndpoint ¶
func (m *MockSageMakerRuntimeAPI) InvokeEndpoint(arg0 *sagemakerruntime.InvokeEndpointInput) (*sagemakerruntime.InvokeEndpointOutput, error)
InvokeEndpoint mocks base method
func (*MockSageMakerRuntimeAPI) InvokeEndpointRequest ¶
func (m *MockSageMakerRuntimeAPI) InvokeEndpointRequest(arg0 *sagemakerruntime.InvokeEndpointInput) (*request.Request, *sagemakerruntime.InvokeEndpointOutput)
InvokeEndpointRequest mocks base method
func (*MockSageMakerRuntimeAPI) InvokeEndpointWithContext ¶
func (m *MockSageMakerRuntimeAPI) InvokeEndpointWithContext(arg0 context.Context, arg1 *sagemakerruntime.InvokeEndpointInput, arg2 ...request.Option) (*sagemakerruntime.InvokeEndpointOutput, error)
InvokeEndpointWithContext mocks base method
type MockSageMakerRuntimeAPIMockRecorder ¶
type MockSageMakerRuntimeAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSageMakerRuntimeAPIMockRecorder is the mock recorder for MockSageMakerRuntimeAPI
func (*MockSageMakerRuntimeAPIMockRecorder) InvokeEndpoint ¶
func (mr *MockSageMakerRuntimeAPIMockRecorder) InvokeEndpoint(arg0 interface{}) *gomock.Call
InvokeEndpoint indicates an expected call of InvokeEndpoint
func (*MockSageMakerRuntimeAPIMockRecorder) InvokeEndpointRequest ¶
func (mr *MockSageMakerRuntimeAPIMockRecorder) InvokeEndpointRequest(arg0 interface{}) *gomock.Call
InvokeEndpointRequest indicates an expected call of InvokeEndpointRequest
func (*MockSageMakerRuntimeAPIMockRecorder) InvokeEndpointWithContext ¶
func (mr *MockSageMakerRuntimeAPIMockRecorder) InvokeEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InvokeEndpointWithContext indicates an expected call of InvokeEndpointWithContext