Documentation ¶
Overview ¶
Package augmentedairuntimemock is a generated GoMock package.
Index ¶
- type MockAugmentedAIRuntimeAPI
- func (m *MockAugmentedAIRuntimeAPI) DeleteHumanLoop(arg0 *augmentedairuntime.DeleteHumanLoopInput) (*augmentedairuntime.DeleteHumanLoopOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) DeleteHumanLoopRequest(arg0 *augmentedairuntime.DeleteHumanLoopInput) (*request.Request, *augmentedairuntime.DeleteHumanLoopOutput)
- func (m *MockAugmentedAIRuntimeAPI) DeleteHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.DeleteHumanLoopInput, ...) (*augmentedairuntime.DeleteHumanLoopOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) DescribeHumanLoop(arg0 *augmentedairuntime.DescribeHumanLoopInput) (*augmentedairuntime.DescribeHumanLoopOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) DescribeHumanLoopRequest(arg0 *augmentedairuntime.DescribeHumanLoopInput) (*request.Request, *augmentedairuntime.DescribeHumanLoopOutput)
- func (m *MockAugmentedAIRuntimeAPI) DescribeHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.DescribeHumanLoopInput, ...) (*augmentedairuntime.DescribeHumanLoopOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) EXPECT() *MockAugmentedAIRuntimeAPIMockRecorder
- func (m *MockAugmentedAIRuntimeAPI) ListHumanLoops(arg0 *augmentedairuntime.ListHumanLoopsInput) (*augmentedairuntime.ListHumanLoopsOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsPages(arg0 *augmentedairuntime.ListHumanLoopsInput, ...) error
- func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsPagesWithContext(arg0 context.Context, arg1 *augmentedairuntime.ListHumanLoopsInput, ...) error
- func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsRequest(arg0 *augmentedairuntime.ListHumanLoopsInput) (*request.Request, *augmentedairuntime.ListHumanLoopsOutput)
- func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsWithContext(arg0 context.Context, arg1 *augmentedairuntime.ListHumanLoopsInput, ...) (*augmentedairuntime.ListHumanLoopsOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) StartHumanLoop(arg0 *augmentedairuntime.StartHumanLoopInput) (*augmentedairuntime.StartHumanLoopOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) StartHumanLoopRequest(arg0 *augmentedairuntime.StartHumanLoopInput) (*request.Request, *augmentedairuntime.StartHumanLoopOutput)
- func (m *MockAugmentedAIRuntimeAPI) StartHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.StartHumanLoopInput, ...) (*augmentedairuntime.StartHumanLoopOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) StopHumanLoop(arg0 *augmentedairuntime.StopHumanLoopInput) (*augmentedairuntime.StopHumanLoopOutput, error)
- func (m *MockAugmentedAIRuntimeAPI) StopHumanLoopRequest(arg0 *augmentedairuntime.StopHumanLoopInput) (*request.Request, *augmentedairuntime.StopHumanLoopOutput)
- func (m *MockAugmentedAIRuntimeAPI) StopHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.StopHumanLoopInput, ...) (*augmentedairuntime.StopHumanLoopOutput, error)
- type MockAugmentedAIRuntimeAPIMockRecorder
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoop(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoopRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoop(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoopRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoops(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoop(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoopRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoop(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoopRequest(arg0 interface{}) *gomock.Call
- func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAugmentedAIRuntimeAPI ¶
type MockAugmentedAIRuntimeAPI struct {
// contains filtered or unexported fields
}
MockAugmentedAIRuntimeAPI is a mock of AugmentedAIRuntimeAPI interface
func NewMockAugmentedAIRuntimeAPI ¶
func NewMockAugmentedAIRuntimeAPI(ctrl *gomock.Controller) *MockAugmentedAIRuntimeAPI
NewMockAugmentedAIRuntimeAPI creates a new mock instance
func (*MockAugmentedAIRuntimeAPI) DeleteHumanLoop ¶
func (m *MockAugmentedAIRuntimeAPI) DeleteHumanLoop(arg0 *augmentedairuntime.DeleteHumanLoopInput) (*augmentedairuntime.DeleteHumanLoopOutput, error)
DeleteHumanLoop mocks base method
func (*MockAugmentedAIRuntimeAPI) DeleteHumanLoopRequest ¶
func (m *MockAugmentedAIRuntimeAPI) DeleteHumanLoopRequest(arg0 *augmentedairuntime.DeleteHumanLoopInput) (*request.Request, *augmentedairuntime.DeleteHumanLoopOutput)
DeleteHumanLoopRequest mocks base method
func (*MockAugmentedAIRuntimeAPI) DeleteHumanLoopWithContext ¶
func (m *MockAugmentedAIRuntimeAPI) DeleteHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.DeleteHumanLoopInput, arg2 ...request.Option) (*augmentedairuntime.DeleteHumanLoopOutput, error)
DeleteHumanLoopWithContext mocks base method
func (*MockAugmentedAIRuntimeAPI) DescribeHumanLoop ¶
func (m *MockAugmentedAIRuntimeAPI) DescribeHumanLoop(arg0 *augmentedairuntime.DescribeHumanLoopInput) (*augmentedairuntime.DescribeHumanLoopOutput, error)
DescribeHumanLoop mocks base method
func (*MockAugmentedAIRuntimeAPI) DescribeHumanLoopRequest ¶
func (m *MockAugmentedAIRuntimeAPI) DescribeHumanLoopRequest(arg0 *augmentedairuntime.DescribeHumanLoopInput) (*request.Request, *augmentedairuntime.DescribeHumanLoopOutput)
DescribeHumanLoopRequest mocks base method
func (*MockAugmentedAIRuntimeAPI) DescribeHumanLoopWithContext ¶
func (m *MockAugmentedAIRuntimeAPI) DescribeHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.DescribeHumanLoopInput, arg2 ...request.Option) (*augmentedairuntime.DescribeHumanLoopOutput, error)
DescribeHumanLoopWithContext mocks base method
func (*MockAugmentedAIRuntimeAPI) EXPECT ¶
func (m *MockAugmentedAIRuntimeAPI) EXPECT() *MockAugmentedAIRuntimeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAugmentedAIRuntimeAPI) ListHumanLoops ¶
func (m *MockAugmentedAIRuntimeAPI) ListHumanLoops(arg0 *augmentedairuntime.ListHumanLoopsInput) (*augmentedairuntime.ListHumanLoopsOutput, error)
ListHumanLoops mocks base method
func (*MockAugmentedAIRuntimeAPI) ListHumanLoopsPages ¶
func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsPages(arg0 *augmentedairuntime.ListHumanLoopsInput, arg1 func(*augmentedairuntime.ListHumanLoopsOutput, bool) bool) error
ListHumanLoopsPages mocks base method
func (*MockAugmentedAIRuntimeAPI) ListHumanLoopsPagesWithContext ¶
func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsPagesWithContext(arg0 context.Context, arg1 *augmentedairuntime.ListHumanLoopsInput, arg2 func(*augmentedairuntime.ListHumanLoopsOutput, bool) bool, arg3 ...request.Option) error
ListHumanLoopsPagesWithContext mocks base method
func (*MockAugmentedAIRuntimeAPI) ListHumanLoopsRequest ¶
func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsRequest(arg0 *augmentedairuntime.ListHumanLoopsInput) (*request.Request, *augmentedairuntime.ListHumanLoopsOutput)
ListHumanLoopsRequest mocks base method
func (*MockAugmentedAIRuntimeAPI) ListHumanLoopsWithContext ¶
func (m *MockAugmentedAIRuntimeAPI) ListHumanLoopsWithContext(arg0 context.Context, arg1 *augmentedairuntime.ListHumanLoopsInput, arg2 ...request.Option) (*augmentedairuntime.ListHumanLoopsOutput, error)
ListHumanLoopsWithContext mocks base method
func (*MockAugmentedAIRuntimeAPI) StartHumanLoop ¶
func (m *MockAugmentedAIRuntimeAPI) StartHumanLoop(arg0 *augmentedairuntime.StartHumanLoopInput) (*augmentedairuntime.StartHumanLoopOutput, error)
StartHumanLoop mocks base method
func (*MockAugmentedAIRuntimeAPI) StartHumanLoopRequest ¶
func (m *MockAugmentedAIRuntimeAPI) StartHumanLoopRequest(arg0 *augmentedairuntime.StartHumanLoopInput) (*request.Request, *augmentedairuntime.StartHumanLoopOutput)
StartHumanLoopRequest mocks base method
func (*MockAugmentedAIRuntimeAPI) StartHumanLoopWithContext ¶
func (m *MockAugmentedAIRuntimeAPI) StartHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.StartHumanLoopInput, arg2 ...request.Option) (*augmentedairuntime.StartHumanLoopOutput, error)
StartHumanLoopWithContext mocks base method
func (*MockAugmentedAIRuntimeAPI) StopHumanLoop ¶
func (m *MockAugmentedAIRuntimeAPI) StopHumanLoop(arg0 *augmentedairuntime.StopHumanLoopInput) (*augmentedairuntime.StopHumanLoopOutput, error)
StopHumanLoop mocks base method
func (*MockAugmentedAIRuntimeAPI) StopHumanLoopRequest ¶
func (m *MockAugmentedAIRuntimeAPI) StopHumanLoopRequest(arg0 *augmentedairuntime.StopHumanLoopInput) (*request.Request, *augmentedairuntime.StopHumanLoopOutput)
StopHumanLoopRequest mocks base method
func (*MockAugmentedAIRuntimeAPI) StopHumanLoopWithContext ¶
func (m *MockAugmentedAIRuntimeAPI) StopHumanLoopWithContext(arg0 context.Context, arg1 *augmentedairuntime.StopHumanLoopInput, arg2 ...request.Option) (*augmentedairuntime.StopHumanLoopOutput, error)
StopHumanLoopWithContext mocks base method
type MockAugmentedAIRuntimeAPIMockRecorder ¶
type MockAugmentedAIRuntimeAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockAugmentedAIRuntimeAPIMockRecorder is the mock recorder for MockAugmentedAIRuntimeAPI
func (*MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoop ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoop(arg0 interface{}) *gomock.Call
DeleteHumanLoop indicates an expected call of DeleteHumanLoop
func (*MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoopRequest ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoopRequest(arg0 interface{}) *gomock.Call
DeleteHumanLoopRequest indicates an expected call of DeleteHumanLoopRequest
func (*MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoopWithContext ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DeleteHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteHumanLoopWithContext indicates an expected call of DeleteHumanLoopWithContext
func (*MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoop ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoop(arg0 interface{}) *gomock.Call
DescribeHumanLoop indicates an expected call of DescribeHumanLoop
func (*MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoopRequest ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoopRequest(arg0 interface{}) *gomock.Call
DescribeHumanLoopRequest indicates an expected call of DescribeHumanLoopRequest
func (*MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoopWithContext ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) DescribeHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeHumanLoopWithContext indicates an expected call of DescribeHumanLoopWithContext
func (*MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoops ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoops(arg0 interface{}) *gomock.Call
ListHumanLoops indicates an expected call of ListHumanLoops
func (*MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsPages ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsPages(arg0, arg1 interface{}) *gomock.Call
ListHumanLoopsPages indicates an expected call of ListHumanLoopsPages
func (*MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsPagesWithContext ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListHumanLoopsPagesWithContext indicates an expected call of ListHumanLoopsPagesWithContext
func (*MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsRequest ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsRequest(arg0 interface{}) *gomock.Call
ListHumanLoopsRequest indicates an expected call of ListHumanLoopsRequest
func (*MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsWithContext ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) ListHumanLoopsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListHumanLoopsWithContext indicates an expected call of ListHumanLoopsWithContext
func (*MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoop ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoop(arg0 interface{}) *gomock.Call
StartHumanLoop indicates an expected call of StartHumanLoop
func (*MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoopRequest ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoopRequest(arg0 interface{}) *gomock.Call
StartHumanLoopRequest indicates an expected call of StartHumanLoopRequest
func (*MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoopWithContext ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StartHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartHumanLoopWithContext indicates an expected call of StartHumanLoopWithContext
func (*MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoop ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoop(arg0 interface{}) *gomock.Call
StopHumanLoop indicates an expected call of StopHumanLoop
func (*MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoopRequest ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoopRequest(arg0 interface{}) *gomock.Call
StopHumanLoopRequest indicates an expected call of StopHumanLoopRequest
func (*MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoopWithContext ¶
func (mr *MockAugmentedAIRuntimeAPIMockRecorder) StopHumanLoopWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopHumanLoopWithContext indicates an expected call of StopHumanLoopWithContext