mocks

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDataConverter

type MockDataConverter struct {
	// contains filtered or unexported fields
}

MockDataConverter is a mock of DataConverter interface.

func NewMockDataConverter

func NewMockDataConverter(ctrl *gomock.Controller) *MockDataConverter

NewMockDataConverter creates a new mock instance.

func (*MockDataConverter) ConvertByteSliceToFloat32Slice

func (m *MockDataConverter) ConvertByteSliceToFloat32Slice(data []byte) []float32

ConvertByteSliceToFloat32Slice mocks base method.

func (*MockDataConverter) ConvertByteSliceToFloat64Slice

func (m *MockDataConverter) ConvertByteSliceToFloat64Slice(data []byte) []float64

ConvertByteSliceToFloat64Slice mocks base method.

func (*MockDataConverter) ConvertByteSliceToInt32Slice

func (m *MockDataConverter) ConvertByteSliceToInt32Slice(data []byte) []int32

ConvertByteSliceToInt32Slice mocks base method.

func (*MockDataConverter) ConvertByteSliceToInt64Slice

func (m *MockDataConverter) ConvertByteSliceToInt64Slice(data []byte) []int64

ConvertByteSliceToInt64Slice mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToBoolSliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToBoolSliceAsInterface(data []interface{}) []interface{}

ConvertInterfaceSliceToBoolSliceAsInterface mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToBytesSliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToBytesSliceAsInterface(data []interface{}) ([]interface{}, error)

ConvertInterfaceSliceToBytesSliceAsInterface mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToFloat32SliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToFloat32SliceAsInterface(data []interface{}) []interface{}

ConvertInterfaceSliceToFloat32SliceAsInterface mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToFloat64SliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToFloat64SliceAsInterface(data []interface{}) []interface{}

ConvertInterfaceSliceToFloat64SliceAsInterface mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToInt32SliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToInt32SliceAsInterface(data []interface{}) []interface{}

ConvertInterfaceSliceToInt32SliceAsInterface mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToInt64SliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToInt64SliceAsInterface(data []interface{}) []interface{}

ConvertInterfaceSliceToInt64SliceAsInterface mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToUint32SliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToUint32SliceAsInterface(data []interface{}) []interface{}

ConvertInterfaceSliceToUint32SliceAsInterface mocks base method.

func (*MockDataConverter) ConvertInterfaceSliceToUint64SliceAsInterface

func (m *MockDataConverter) ConvertInterfaceSliceToUint64SliceAsInterface(data []interface{}) []interface{}

ConvertInterfaceSliceToUint64SliceAsInterface mocks base method.

func (*MockDataConverter) DeserializeTensor

func (m *MockDataConverter) DeserializeTensor(datatype string, dataBuffer []byte) (interface{}, error)

DeserializeTensor mocks base method.

func (*MockDataConverter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDataConverter) FlattenData

func (m *MockDataConverter) FlattenData(inputTensor interface{}) []interface{}

FlattenData mocks base method.

func (*MockDataConverter) ReshapeArray

func (m *MockDataConverter) ReshapeArray(data interface{}, shape []int) ([]interface{}, error)

ReshapeArray mocks base method.

func (*MockDataConverter) SerializeTensor

func (m *MockDataConverter) SerializeTensor(inputTensor interface{}) ([]byte, error)

SerializeTensor mocks base method.

type MockDataConverterMockRecorder

type MockDataConverterMockRecorder struct {
	// contains filtered or unexported fields
}

MockDataConverterMockRecorder is the mock recorder for MockDataConverter.

func (*MockDataConverterMockRecorder) ConvertByteSliceToFloat32Slice

func (mr *MockDataConverterMockRecorder) ConvertByteSliceToFloat32Slice(data interface{}) *gomock.Call

ConvertByteSliceToFloat32Slice indicates an expected call of ConvertByteSliceToFloat32Slice.

func (*MockDataConverterMockRecorder) ConvertByteSliceToFloat64Slice

func (mr *MockDataConverterMockRecorder) ConvertByteSliceToFloat64Slice(data interface{}) *gomock.Call

ConvertByteSliceToFloat64Slice indicates an expected call of ConvertByteSliceToFloat64Slice.

func (*MockDataConverterMockRecorder) ConvertByteSliceToInt32Slice

func (mr *MockDataConverterMockRecorder) ConvertByteSliceToInt32Slice(data interface{}) *gomock.Call

ConvertByteSliceToInt32Slice indicates an expected call of ConvertByteSliceToInt32Slice.

func (*MockDataConverterMockRecorder) ConvertByteSliceToInt64Slice

func (mr *MockDataConverterMockRecorder) ConvertByteSliceToInt64Slice(data interface{}) *gomock.Call

ConvertByteSliceToInt64Slice indicates an expected call of ConvertByteSliceToInt64Slice.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToBoolSliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToBoolSliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToBoolSliceAsInterface indicates an expected call of ConvertInterfaceSliceToBoolSliceAsInterface.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToBytesSliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToBytesSliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToBytesSliceAsInterface indicates an expected call of ConvertInterfaceSliceToBytesSliceAsInterface.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToFloat32SliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToFloat32SliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToFloat32SliceAsInterface indicates an expected call of ConvertInterfaceSliceToFloat32SliceAsInterface.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToFloat64SliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToFloat64SliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToFloat64SliceAsInterface indicates an expected call of ConvertInterfaceSliceToFloat64SliceAsInterface.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToInt32SliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToInt32SliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToInt32SliceAsInterface indicates an expected call of ConvertInterfaceSliceToInt32SliceAsInterface.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToInt64SliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToInt64SliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToInt64SliceAsInterface indicates an expected call of ConvertInterfaceSliceToInt64SliceAsInterface.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToUint32SliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToUint32SliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToUint32SliceAsInterface indicates an expected call of ConvertInterfaceSliceToUint32SliceAsInterface.

func (*MockDataConverterMockRecorder) ConvertInterfaceSliceToUint64SliceAsInterface

func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToUint64SliceAsInterface(data interface{}) *gomock.Call

ConvertInterfaceSliceToUint64SliceAsInterface indicates an expected call of ConvertInterfaceSliceToUint64SliceAsInterface.

func (*MockDataConverterMockRecorder) DeserializeTensor

func (mr *MockDataConverterMockRecorder) DeserializeTensor(datatype, dataBuffer interface{}) *gomock.Call

DeserializeTensor indicates an expected call of DeserializeTensor.

func (*MockDataConverterMockRecorder) FlattenData

func (mr *MockDataConverterMockRecorder) FlattenData(inputTensor interface{}) *gomock.Call

FlattenData indicates an expected call of FlattenData.

func (*MockDataConverterMockRecorder) ReshapeArray

func (mr *MockDataConverterMockRecorder) ReshapeArray(data, shape interface{}) *gomock.Call

ReshapeArray indicates an expected call of ReshapeArray.

func (*MockDataConverterMockRecorder) SerializeTensor

func (mr *MockDataConverterMockRecorder) SerializeTensor(inputTensor interface{}) *gomock.Call

SerializeTensor indicates an expected call of SerializeTensor.

type MockGRPCInferenceServiceClient

type MockGRPCInferenceServiceClient struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceServiceClient is a mock of GRPCInferenceServiceClient interface.

func NewMockGRPCInferenceServiceClient

func NewMockGRPCInferenceServiceClient(ctrl *gomock.Controller) *MockGRPCInferenceServiceClient

NewMockGRPCInferenceServiceClient creates a new mock instance.

func (*MockGRPCInferenceServiceClient) CudaSharedMemoryRegister

CudaSharedMemoryRegister mocks base method.

func (*MockGRPCInferenceServiceClient) CudaSharedMemoryStatus

CudaSharedMemoryStatus mocks base method.

func (*MockGRPCInferenceServiceClient) CudaSharedMemoryUnregister

CudaSharedMemoryUnregister mocks base method.

func (*MockGRPCInferenceServiceClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGRPCInferenceServiceClient) LogSettings

LogSettings mocks base method.

func (*MockGRPCInferenceServiceClient) ModelConfig

ModelConfig mocks base method.

func (*MockGRPCInferenceServiceClient) ModelInfer

ModelInfer mocks base method.

func (*MockGRPCInferenceServiceClient) ModelMetadata

ModelMetadata mocks base method.

func (*MockGRPCInferenceServiceClient) ModelReady

ModelReady mocks base method.

func (*MockGRPCInferenceServiceClient) ModelStatistics

ModelStatistics mocks base method.

func (*MockGRPCInferenceServiceClient) ModelStreamInfer

ModelStreamInfer mocks base method.

func (*MockGRPCInferenceServiceClient) RepositoryIndex

RepositoryIndex mocks base method.

func (*MockGRPCInferenceServiceClient) RepositoryModelLoad

RepositoryModelLoad mocks base method.

func (*MockGRPCInferenceServiceClient) RepositoryModelUnload

RepositoryModelUnload mocks base method.

func (*MockGRPCInferenceServiceClient) ServerLive

ServerLive mocks base method.

func (*MockGRPCInferenceServiceClient) ServerMetadata

ServerMetadata mocks base method.

func (*MockGRPCInferenceServiceClient) ServerReady

ServerReady mocks base method.

func (*MockGRPCInferenceServiceClient) SystemSharedMemoryRegister

SystemSharedMemoryRegister mocks base method.

func (*MockGRPCInferenceServiceClient) SystemSharedMemoryStatus

SystemSharedMemoryStatus mocks base method.

func (*MockGRPCInferenceServiceClient) SystemSharedMemoryUnregister

SystemSharedMemoryUnregister mocks base method.

func (*MockGRPCInferenceServiceClient) TraceSetting

TraceSetting mocks base method.

type MockGRPCInferenceServiceClientMockRecorder

type MockGRPCInferenceServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceServiceClientMockRecorder is the mock recorder for MockGRPCInferenceServiceClient.

func (*MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryRegister

func (mr *MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryRegister(ctx, in interface{}, opts ...interface{}) *gomock.Call

CudaSharedMemoryRegister indicates an expected call of CudaSharedMemoryRegister.

func (*MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryStatus

func (mr *MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

CudaSharedMemoryStatus indicates an expected call of CudaSharedMemoryStatus.

func (*MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryUnregister

func (mr *MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryUnregister(ctx, in interface{}, opts ...interface{}) *gomock.Call

CudaSharedMemoryUnregister indicates an expected call of CudaSharedMemoryUnregister.

func (*MockGRPCInferenceServiceClientMockRecorder) LogSettings

func (mr *MockGRPCInferenceServiceClientMockRecorder) LogSettings(ctx, in interface{}, opts ...interface{}) *gomock.Call

LogSettings indicates an expected call of LogSettings.

func (*MockGRPCInferenceServiceClientMockRecorder) ModelConfig

func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call

ModelConfig indicates an expected call of ModelConfig.

func (*MockGRPCInferenceServiceClientMockRecorder) ModelInfer

func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelInfer(ctx, in interface{}, opts ...interface{}) *gomock.Call

ModelInfer indicates an expected call of ModelInfer.

func (*MockGRPCInferenceServiceClientMockRecorder) ModelMetadata

func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelMetadata(ctx, in interface{}, opts ...interface{}) *gomock.Call

ModelMetadata indicates an expected call of ModelMetadata.

func (*MockGRPCInferenceServiceClientMockRecorder) ModelReady

func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelReady(ctx, in interface{}, opts ...interface{}) *gomock.Call

ModelReady indicates an expected call of ModelReady.

func (*MockGRPCInferenceServiceClientMockRecorder) ModelStatistics

func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelStatistics(ctx, in interface{}, opts ...interface{}) *gomock.Call

ModelStatistics indicates an expected call of ModelStatistics.

func (*MockGRPCInferenceServiceClientMockRecorder) ModelStreamInfer

func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelStreamInfer(ctx interface{}, opts ...interface{}) *gomock.Call

ModelStreamInfer indicates an expected call of ModelStreamInfer.

func (*MockGRPCInferenceServiceClientMockRecorder) RepositoryIndex

func (mr *MockGRPCInferenceServiceClientMockRecorder) RepositoryIndex(ctx, in interface{}, opts ...interface{}) *gomock.Call

RepositoryIndex indicates an expected call of RepositoryIndex.

func (*MockGRPCInferenceServiceClientMockRecorder) RepositoryModelLoad

func (mr *MockGRPCInferenceServiceClientMockRecorder) RepositoryModelLoad(ctx, in interface{}, opts ...interface{}) *gomock.Call

RepositoryModelLoad indicates an expected call of RepositoryModelLoad.

func (*MockGRPCInferenceServiceClientMockRecorder) RepositoryModelUnload

func (mr *MockGRPCInferenceServiceClientMockRecorder) RepositoryModelUnload(ctx, in interface{}, opts ...interface{}) *gomock.Call

RepositoryModelUnload indicates an expected call of RepositoryModelUnload.

func (*MockGRPCInferenceServiceClientMockRecorder) ServerLive

func (mr *MockGRPCInferenceServiceClientMockRecorder) ServerLive(ctx, in interface{}, opts ...interface{}) *gomock.Call

ServerLive indicates an expected call of ServerLive.

func (*MockGRPCInferenceServiceClientMockRecorder) ServerMetadata

func (mr *MockGRPCInferenceServiceClientMockRecorder) ServerMetadata(ctx, in interface{}, opts ...interface{}) *gomock.Call

ServerMetadata indicates an expected call of ServerMetadata.

func (*MockGRPCInferenceServiceClientMockRecorder) ServerReady

func (mr *MockGRPCInferenceServiceClientMockRecorder) ServerReady(ctx, in interface{}, opts ...interface{}) *gomock.Call

ServerReady indicates an expected call of ServerReady.

func (*MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryRegister

func (mr *MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryRegister(ctx, in interface{}, opts ...interface{}) *gomock.Call

SystemSharedMemoryRegister indicates an expected call of SystemSharedMemoryRegister.

func (*MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryStatus

func (mr *MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

SystemSharedMemoryStatus indicates an expected call of SystemSharedMemoryStatus.

func (*MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryUnregister

func (mr *MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryUnregister(ctx, in interface{}, opts ...interface{}) *gomock.Call

SystemSharedMemoryUnregister indicates an expected call of SystemSharedMemoryUnregister.

func (*MockGRPCInferenceServiceClientMockRecorder) TraceSetting

func (mr *MockGRPCInferenceServiceClientMockRecorder) TraceSetting(ctx, in interface{}, opts ...interface{}) *gomock.Call

TraceSetting indicates an expected call of TraceSetting.

type MockGRPCInferenceServiceServer

type MockGRPCInferenceServiceServer struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceServiceServer is a mock of GRPCInferenceServiceServer interface.

func NewMockGRPCInferenceServiceServer

func NewMockGRPCInferenceServiceServer(ctrl *gomock.Controller) *MockGRPCInferenceServiceServer

NewMockGRPCInferenceServiceServer creates a new mock instance.

func (*MockGRPCInferenceServiceServer) CudaSharedMemoryRegister

CudaSharedMemoryRegister mocks base method.

func (*MockGRPCInferenceServiceServer) CudaSharedMemoryStatus

CudaSharedMemoryStatus mocks base method.

func (*MockGRPCInferenceServiceServer) CudaSharedMemoryUnregister

CudaSharedMemoryUnregister mocks base method.

func (*MockGRPCInferenceServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGRPCInferenceServiceServer) LogSettings

LogSettings mocks base method.

func (*MockGRPCInferenceServiceServer) ModelConfig

ModelConfig mocks base method.

func (*MockGRPCInferenceServiceServer) ModelInfer

ModelInfer mocks base method.

func (*MockGRPCInferenceServiceServer) ModelMetadata

ModelMetadata mocks base method.

func (*MockGRPCInferenceServiceServer) ModelReady

ModelReady mocks base method.

func (*MockGRPCInferenceServiceServer) ModelStatistics

ModelStatistics mocks base method.

func (*MockGRPCInferenceServiceServer) ModelStreamInfer

ModelStreamInfer mocks base method.

func (*MockGRPCInferenceServiceServer) RepositoryIndex

RepositoryIndex mocks base method.

func (*MockGRPCInferenceServiceServer) RepositoryModelLoad

RepositoryModelLoad mocks base method.

func (*MockGRPCInferenceServiceServer) RepositoryModelUnload

RepositoryModelUnload mocks base method.

func (*MockGRPCInferenceServiceServer) ServerLive

ServerLive mocks base method.

func (*MockGRPCInferenceServiceServer) ServerMetadata

ServerMetadata mocks base method.

func (*MockGRPCInferenceServiceServer) ServerReady

ServerReady mocks base method.

func (*MockGRPCInferenceServiceServer) SystemSharedMemoryRegister

SystemSharedMemoryRegister mocks base method.

func (*MockGRPCInferenceServiceServer) SystemSharedMemoryStatus

SystemSharedMemoryStatus mocks base method.

func (*MockGRPCInferenceServiceServer) SystemSharedMemoryUnregister

SystemSharedMemoryUnregister mocks base method.

func (*MockGRPCInferenceServiceServer) TraceSetting

TraceSetting mocks base method.

type MockGRPCInferenceServiceServerMockRecorder

type MockGRPCInferenceServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceServiceServerMockRecorder is the mock recorder for MockGRPCInferenceServiceServer.

func (*MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryRegister

func (mr *MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryRegister(arg0, arg1 interface{}) *gomock.Call

CudaSharedMemoryRegister indicates an expected call of CudaSharedMemoryRegister.

func (*MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryStatus

func (mr *MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryStatus(arg0, arg1 interface{}) *gomock.Call

CudaSharedMemoryStatus indicates an expected call of CudaSharedMemoryStatus.

func (*MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryUnregister

func (mr *MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryUnregister(arg0, arg1 interface{}) *gomock.Call

CudaSharedMemoryUnregister indicates an expected call of CudaSharedMemoryUnregister.

func (*MockGRPCInferenceServiceServerMockRecorder) LogSettings

func (mr *MockGRPCInferenceServiceServerMockRecorder) LogSettings(arg0, arg1 interface{}) *gomock.Call

LogSettings indicates an expected call of LogSettings.

func (*MockGRPCInferenceServiceServerMockRecorder) ModelConfig

func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelConfig(arg0, arg1 interface{}) *gomock.Call

ModelConfig indicates an expected call of ModelConfig.

func (*MockGRPCInferenceServiceServerMockRecorder) ModelInfer

func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelInfer(arg0, arg1 interface{}) *gomock.Call

ModelInfer indicates an expected call of ModelInfer.

func (*MockGRPCInferenceServiceServerMockRecorder) ModelMetadata

func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelMetadata(arg0, arg1 interface{}) *gomock.Call

ModelMetadata indicates an expected call of ModelMetadata.

func (*MockGRPCInferenceServiceServerMockRecorder) ModelReady

func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelReady(arg0, arg1 interface{}) *gomock.Call

ModelReady indicates an expected call of ModelReady.

func (*MockGRPCInferenceServiceServerMockRecorder) ModelStatistics

func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelStatistics(arg0, arg1 interface{}) *gomock.Call

ModelStatistics indicates an expected call of ModelStatistics.

func (*MockGRPCInferenceServiceServerMockRecorder) ModelStreamInfer

func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelStreamInfer(arg0 interface{}) *gomock.Call

ModelStreamInfer indicates an expected call of ModelStreamInfer.

func (*MockGRPCInferenceServiceServerMockRecorder) RepositoryIndex

func (mr *MockGRPCInferenceServiceServerMockRecorder) RepositoryIndex(arg0, arg1 interface{}) *gomock.Call

RepositoryIndex indicates an expected call of RepositoryIndex.

func (*MockGRPCInferenceServiceServerMockRecorder) RepositoryModelLoad

func (mr *MockGRPCInferenceServiceServerMockRecorder) RepositoryModelLoad(arg0, arg1 interface{}) *gomock.Call

RepositoryModelLoad indicates an expected call of RepositoryModelLoad.

func (*MockGRPCInferenceServiceServerMockRecorder) RepositoryModelUnload

func (mr *MockGRPCInferenceServiceServerMockRecorder) RepositoryModelUnload(arg0, arg1 interface{}) *gomock.Call

RepositoryModelUnload indicates an expected call of RepositoryModelUnload.

func (*MockGRPCInferenceServiceServerMockRecorder) ServerLive

func (mr *MockGRPCInferenceServiceServerMockRecorder) ServerLive(arg0, arg1 interface{}) *gomock.Call

ServerLive indicates an expected call of ServerLive.

func (*MockGRPCInferenceServiceServerMockRecorder) ServerMetadata

func (mr *MockGRPCInferenceServiceServerMockRecorder) ServerMetadata(arg0, arg1 interface{}) *gomock.Call

ServerMetadata indicates an expected call of ServerMetadata.

func (*MockGRPCInferenceServiceServerMockRecorder) ServerReady

func (mr *MockGRPCInferenceServiceServerMockRecorder) ServerReady(arg0, arg1 interface{}) *gomock.Call

ServerReady indicates an expected call of ServerReady.

func (*MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryRegister

func (mr *MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryRegister(arg0, arg1 interface{}) *gomock.Call

SystemSharedMemoryRegister indicates an expected call of SystemSharedMemoryRegister.

func (*MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryStatus

func (mr *MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryStatus(arg0, arg1 interface{}) *gomock.Call

SystemSharedMemoryStatus indicates an expected call of SystemSharedMemoryStatus.

func (*MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryUnregister

func (mr *MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryUnregister(arg0, arg1 interface{}) *gomock.Call

SystemSharedMemoryUnregister indicates an expected call of SystemSharedMemoryUnregister.

func (*MockGRPCInferenceServiceServerMockRecorder) TraceSetting

func (mr *MockGRPCInferenceServiceServerMockRecorder) TraceSetting(arg0, arg1 interface{}) *gomock.Call

TraceSetting indicates an expected call of TraceSetting.

type MockGRPCInferenceService_ModelStreamInferClient

type MockGRPCInferenceService_ModelStreamInferClient struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceService_ModelStreamInferClient is a mock of GRPCInferenceService_ModelStreamInferClient interface.

func NewMockGRPCInferenceService_ModelStreamInferClient

func NewMockGRPCInferenceService_ModelStreamInferClient(ctrl *gomock.Controller) *MockGRPCInferenceService_ModelStreamInferClient

NewMockGRPCInferenceService_ModelStreamInferClient creates a new mock instance.

func (*MockGRPCInferenceService_ModelStreamInferClient) CloseSend

CloseSend mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferClient) Context

Context mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGRPCInferenceService_ModelStreamInferClient) Header

Header mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferClient) Recv

Recv mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferClient) RecvMsg

RecvMsg mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferClient) Send

Send mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferClient) SendMsg

SendMsg mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferClient) Trailer

Trailer mocks base method.

type MockGRPCInferenceService_ModelStreamInferClientMockRecorder

type MockGRPCInferenceService_ModelStreamInferClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceService_ModelStreamInferClientMockRecorder is the mock recorder for MockGRPCInferenceService_ModelStreamInferClient.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Send

Send indicates an expected call of Send.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockGRPCInferenceService_ModelStreamInferServer

type MockGRPCInferenceService_ModelStreamInferServer struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceService_ModelStreamInferServer is a mock of GRPCInferenceService_ModelStreamInferServer interface.

func NewMockGRPCInferenceService_ModelStreamInferServer

func NewMockGRPCInferenceService_ModelStreamInferServer(ctrl *gomock.Controller) *MockGRPCInferenceService_ModelStreamInferServer

NewMockGRPCInferenceService_ModelStreamInferServer creates a new mock instance.

func (*MockGRPCInferenceService_ModelStreamInferServer) Context

Context mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGRPCInferenceService_ModelStreamInferServer) Recv

Recv mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferServer) RecvMsg

RecvMsg mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferServer) Send

Send mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferServer) SendHeader

SendHeader mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferServer) SendMsg

SendMsg mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferServer) SetHeader

SetHeader mocks base method.

func (*MockGRPCInferenceService_ModelStreamInferServer) SetTrailer

SetTrailer mocks base method.

type MockGRPCInferenceService_ModelStreamInferServerMockRecorder

type MockGRPCInferenceService_ModelStreamInferServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGRPCInferenceService_ModelStreamInferServerMockRecorder is the mock recorder for MockGRPCInferenceService_ModelStreamInferServer.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockGrpcClient

type MockGrpcClient struct {
	// contains filtered or unexported fields
}

MockGrpcClient is a mock of GrpcClient interface.

func NewMockGrpcClient

func NewMockGrpcClient(ctrl *gomock.Controller) *MockGrpcClient

NewMockGrpcClient creates a new mock instance.

func (*MockGrpcClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGrpcClient) GetConnection

func (m *MockGrpcClient) GetConnection() *grpc.ClientConn

GetConnection mocks base method.

type MockGrpcClientMockRecorder

type MockGrpcClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockGrpcClientMockRecorder is the mock recorder for MockGrpcClient.

func (*MockGrpcClientMockRecorder) GetConnection

func (mr *MockGrpcClientMockRecorder) GetConnection() *gomock.Call

GetConnection indicates an expected call of GetConnection.

type MockHealthClient

type MockHealthClient struct {
	// contains filtered or unexported fields
}

MockHealthClient is a mock of HealthClient interface.

func NewMockHealthClient

func NewMockHealthClient(ctrl *gomock.Controller) *MockHealthClient

NewMockHealthClient creates a new mock instance.

func (*MockHealthClient) Check

Check mocks base method.

func (*MockHealthClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockHealthClientMockRecorder

type MockHealthClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockHealthClientMockRecorder is the mock recorder for MockHealthClient.

func (*MockHealthClientMockRecorder) Check

func (mr *MockHealthClientMockRecorder) Check(ctx, in interface{}, opts ...interface{}) *gomock.Call

Check indicates an expected call of Check.

type MockHealthServer

type MockHealthServer struct {
	// contains filtered or unexported fields
}

MockHealthServer is a mock of HealthServer interface.

func NewMockHealthServer

func NewMockHealthServer(ctrl *gomock.Controller) *MockHealthServer

NewMockHealthServer creates a new mock instance.

func (*MockHealthServer) Check

Check mocks base method.

func (*MockHealthServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockHealthServerMockRecorder

type MockHealthServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockHealthServerMockRecorder is the mock recorder for MockHealthServer.

func (*MockHealthServerMockRecorder) Check

func (mr *MockHealthServerMockRecorder) Check(arg0, arg1 interface{}) *gomock.Call

Check indicates an expected call of Check.

type MockHttpClient

type MockHttpClient struct {
	// contains filtered or unexported fields
}

MockHttpClient is a mock of HttpClient interface.

func NewMockHttpClient

func NewMockHttpClient(ctrl *gomock.Controller) *MockHttpClient

NewMockHttpClient creates a new mock instance.

func (*MockHttpClient) Do

func (m *MockHttpClient) Do(request *http.Request) (*http.Response, error)

Do mocks base method.

func (*MockHttpClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockHttpClient) Get

func (m *MockHttpClient) Get(baseURL, requestURI string, headers, queryParams map[string]string) (*http.Response, error)

Get mocks base method.

func (*MockHttpClient) Post

func (m *MockHttpClient) Post(baseURL, requestURI, requestBody string, headers, queryParams map[string]string) (*http.Response, error)

Post mocks base method.

func (*MockHttpClient) PostWithBytes

func (m *MockHttpClient) PostWithBytes(baseURL, requestURI string, requestBody []byte, headers, queryParams map[string]string) (*http.Response, error)

PostWithBytes mocks base method.

type MockHttpClientMockRecorder

type MockHttpClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockHttpClientMockRecorder is the mock recorder for MockHttpClient.

func (*MockHttpClientMockRecorder) Do

func (mr *MockHttpClientMockRecorder) Do(request interface{}) *gomock.Call

Do indicates an expected call of Do.

func (*MockHttpClientMockRecorder) Get

func (mr *MockHttpClientMockRecorder) Get(baseURL, requestURI, headers, queryParams interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockHttpClientMockRecorder) Post

func (mr *MockHttpClientMockRecorder) Post(baseURL, requestURI, requestBody, headers, queryParams interface{}) *gomock.Call

Post indicates an expected call of Post.

func (*MockHttpClientMockRecorder) PostWithBytes

func (mr *MockHttpClientMockRecorder) PostWithBytes(baseURL, requestURI, requestBody, headers, queryParams interface{}) *gomock.Call

PostWithBytes indicates an expected call of PostWithBytes.

type MockInferInput

type MockInferInput struct {
	// contains filtered or unexported fields
}

MockInferInput is a mock of InferInput interface.

func NewMockInferInput

func NewMockInferInput(ctrl *gomock.Controller) *MockInferInput

NewMockInferInput creates a new mock instance.

func (*MockInferInput) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockInferInput) GetBinaryData

func (m *MockInferInput) GetBinaryData() []byte

GetBinaryData mocks base method.

func (*MockInferInput) GetData

func (m *MockInferInput) GetData() []interface{}

GetData mocks base method.

func (*MockInferInput) GetDatatype

func (m *MockInferInput) GetDatatype() string

GetDatatype mocks base method.

func (*MockInferInput) GetName

func (m *MockInferInput) GetName() string

GetName mocks base method.

func (*MockInferInput) GetParameters

func (m *MockInferInput) GetParameters() map[string]interface{}

GetParameters mocks base method.

func (*MockInferInput) GetRawData

func (m *MockInferInput) GetRawData() []byte

GetRawData mocks base method.

func (*MockInferInput) GetShape

func (m *MockInferInput) GetShape() []int64

GetShape mocks base method.

func (*MockInferInput) GetTensor

func (m *MockInferInput) GetTensor() any

GetTensor mocks base method.

func (*MockInferInput) SetData

func (m *MockInferInput) SetData(inputTensor interface{}, binaryData bool) error

SetData mocks base method.

func (*MockInferInput) SetDatatype

func (m *MockInferInput) SetDatatype(datatype string)

SetDatatype mocks base method.

func (*MockInferInput) SetShape

func (m *MockInferInput) SetShape(shape []int64)

SetShape mocks base method.

type MockInferInputMockRecorder

type MockInferInputMockRecorder struct {
	// contains filtered or unexported fields
}

MockInferInputMockRecorder is the mock recorder for MockInferInput.

func (*MockInferInputMockRecorder) GetBinaryData

func (mr *MockInferInputMockRecorder) GetBinaryData() *gomock.Call

GetBinaryData indicates an expected call of GetBinaryData.

func (*MockInferInputMockRecorder) GetData

func (mr *MockInferInputMockRecorder) GetData() *gomock.Call

GetData indicates an expected call of GetData.

func (*MockInferInputMockRecorder) GetDatatype

func (mr *MockInferInputMockRecorder) GetDatatype() *gomock.Call

GetDatatype indicates an expected call of GetDatatype.

func (*MockInferInputMockRecorder) GetName

func (mr *MockInferInputMockRecorder) GetName() *gomock.Call

GetName indicates an expected call of GetName.

func (*MockInferInputMockRecorder) GetParameters

func (mr *MockInferInputMockRecorder) GetParameters() *gomock.Call

GetParameters indicates an expected call of GetParameters.

func (*MockInferInputMockRecorder) GetRawData

func (mr *MockInferInputMockRecorder) GetRawData() *gomock.Call

GetRawData indicates an expected call of GetRawData.

func (*MockInferInputMockRecorder) GetShape

func (mr *MockInferInputMockRecorder) GetShape() *gomock.Call

GetShape indicates an expected call of GetShape.

func (*MockInferInputMockRecorder) GetTensor

func (mr *MockInferInputMockRecorder) GetTensor() *gomock.Call

GetTensor indicates an expected call of GetTensor.

func (*MockInferInputMockRecorder) SetData

func (mr *MockInferInputMockRecorder) SetData(inputTensor, binaryData interface{}) *gomock.Call

SetData indicates an expected call of SetData.

func (*MockInferInputMockRecorder) SetDatatype

func (mr *MockInferInputMockRecorder) SetDatatype(datatype interface{}) *gomock.Call

SetDatatype indicates an expected call of SetDatatype.

func (*MockInferInputMockRecorder) SetShape

func (mr *MockInferInputMockRecorder) SetShape(shape interface{}) *gomock.Call

SetShape indicates an expected call of SetShape.

type MockInferOutput

type MockInferOutput struct {
	// contains filtered or unexported fields
}

MockInferOutput is a mock of InferOutput interface.

func NewMockInferOutput

func NewMockInferOutput(ctrl *gomock.Controller) *MockInferOutput

NewMockInferOutput creates a new mock instance.

func (*MockInferOutput) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockInferOutput) GetData

func (m *MockInferOutput) GetData() []interface{}

GetData mocks base method.

func (*MockInferOutput) GetDatatype

func (m *MockInferOutput) GetDatatype() string

GetDatatype mocks base method.

func (*MockInferOutput) GetName

func (m *MockInferOutput) GetName() string

GetName mocks base method.

func (*MockInferOutput) GetParameters

func (m *MockInferOutput) GetParameters() map[string]interface{}

GetParameters mocks base method.

func (*MockInferOutput) GetShape

func (m *MockInferOutput) GetShape() []int

GetShape mocks base method.

func (*MockInferOutput) GetTensor

func (m *MockInferOutput) GetTensor() any

GetTensor mocks base method.

type MockInferOutputMockRecorder

type MockInferOutputMockRecorder struct {
	// contains filtered or unexported fields
}

MockInferOutputMockRecorder is the mock recorder for MockInferOutput.

func (*MockInferOutputMockRecorder) GetData

func (mr *MockInferOutputMockRecorder) GetData() *gomock.Call

GetData indicates an expected call of GetData.

func (*MockInferOutputMockRecorder) GetDatatype

func (mr *MockInferOutputMockRecorder) GetDatatype() *gomock.Call

GetDatatype indicates an expected call of GetDatatype.

func (*MockInferOutputMockRecorder) GetName

func (mr *MockInferOutputMockRecorder) GetName() *gomock.Call

GetName indicates an expected call of GetName.

func (*MockInferOutputMockRecorder) GetParameters

func (mr *MockInferOutputMockRecorder) GetParameters() *gomock.Call

GetParameters indicates an expected call of GetParameters.

func (*MockInferOutputMockRecorder) GetShape

func (mr *MockInferOutputMockRecorder) GetShape() *gomock.Call

GetShape indicates an expected call of GetShape.

func (*MockInferOutputMockRecorder) GetTensor

func (mr *MockInferOutputMockRecorder) GetTensor() *gomock.Call

GetTensor indicates an expected call of GetTensor.

type MockMarshaller

type MockMarshaller struct {
	// contains filtered or unexported fields
}

MockMarshaller is a mock of Marshaller interface.

func NewMockMarshaller

func NewMockMarshaller(ctrl *gomock.Controller) *MockMarshaller

NewMockMarshaller creates a new mock instance.

func (*MockMarshaller) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMarshaller) Marshal

func (m *MockMarshaller) Marshal(v interface{}) ([]byte, error)

Marshal mocks base method.

type MockMarshallerMockRecorder

type MockMarshallerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMarshallerMockRecorder is the mock recorder for MockMarshaller.

func (*MockMarshallerMockRecorder) Marshal

func (mr *MockMarshallerMockRecorder) Marshal(v interface{}) *gomock.Call

Marshal indicates an expected call of Marshal.

type MockRequestWrapper

type MockRequestWrapper struct {
	// contains filtered or unexported fields
}

MockRequestWrapper is a mock of RequestWrapper interface.

func NewMockRequestWrapper

func NewMockRequestWrapper(ctrl *gomock.Controller) *MockRequestWrapper

NewMockRequestWrapper creates a new mock instance.

func (*MockRequestWrapper) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRequestWrapper) PrepareRequest

func (m *MockRequestWrapper) PrepareRequest() (interface{}, error)

PrepareRequest mocks base method.

type MockRequestWrapperMockRecorder

type MockRequestWrapperMockRecorder struct {
	// contains filtered or unexported fields
}

MockRequestWrapperMockRecorder is the mock recorder for MockRequestWrapper.

func (*MockRequestWrapperMockRecorder) PrepareRequest

func (mr *MockRequestWrapperMockRecorder) PrepareRequest() *gomock.Call

PrepareRequest indicates an expected call of PrepareRequest.

type MockResponseWrapper

type MockResponseWrapper struct {
	// contains filtered or unexported fields
}

MockResponseWrapper is a mock of ResponseWrapper interface.

func NewMockResponseWrapper

func NewMockResponseWrapper(ctrl *gomock.Controller) *MockResponseWrapper

NewMockResponseWrapper creates a new mock instance.

func (*MockResponseWrapper) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockResponseWrapper) GetBody

func (m *MockResponseWrapper) GetBody() ([]byte, error)

GetBody mocks base method.

func (*MockResponseWrapper) GetHeader

func (m *MockResponseWrapper) GetHeader(key string) string

GetHeader mocks base method.

func (*MockResponseWrapper) GetRawOutputContents

func (m *MockResponseWrapper) GetRawOutputContents() [][]byte

GetRawOutputContents mocks base method.

func (*MockResponseWrapper) GetResponse

func (m *MockResponseWrapper) GetResponse() any

GetResponse mocks base method.

type MockResponseWrapperMockRecorder

type MockResponseWrapperMockRecorder struct {
	// contains filtered or unexported fields
}

MockResponseWrapperMockRecorder is the mock recorder for MockResponseWrapper.

func (*MockResponseWrapperMockRecorder) GetBody

GetBody indicates an expected call of GetBody.

func (*MockResponseWrapperMockRecorder) GetHeader

func (mr *MockResponseWrapperMockRecorder) GetHeader(key interface{}) *gomock.Call

GetHeader indicates an expected call of GetHeader.

func (*MockResponseWrapperMockRecorder) GetRawOutputContents

func (mr *MockResponseWrapperMockRecorder) GetRawOutputContents() *gomock.Call

GetRawOutputContents indicates an expected call of GetRawOutputContents.

func (*MockResponseWrapperMockRecorder) GetResponse

func (mr *MockResponseWrapperMockRecorder) GetResponse() *gomock.Call

GetResponse indicates an expected call of GetResponse.

type MockUnsafeGRPCInferenceServiceServer

type MockUnsafeGRPCInferenceServiceServer struct {
	// contains filtered or unexported fields
}

MockUnsafeGRPCInferenceServiceServer is a mock of UnsafeGRPCInferenceServiceServer interface.

func NewMockUnsafeGRPCInferenceServiceServer

func NewMockUnsafeGRPCInferenceServiceServer(ctrl *gomock.Controller) *MockUnsafeGRPCInferenceServiceServer

NewMockUnsafeGRPCInferenceServiceServer creates a new mock instance.

func (*MockUnsafeGRPCInferenceServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockUnsafeGRPCInferenceServiceServerMockRecorder

type MockUnsafeGRPCInferenceServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockUnsafeGRPCInferenceServiceServerMockRecorder is the mock recorder for MockUnsafeGRPCInferenceServiceServer.

type MockUnsafeHealthServer

type MockUnsafeHealthServer struct {
	// contains filtered or unexported fields
}

MockUnsafeHealthServer is a mock of UnsafeHealthServer interface.

func NewMockUnsafeHealthServer

func NewMockUnsafeHealthServer(ctrl *gomock.Controller) *MockUnsafeHealthServer

NewMockUnsafeHealthServer creates a new mock instance.

func (*MockUnsafeHealthServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockUnsafeHealthServerMockRecorder

type MockUnsafeHealthServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockUnsafeHealthServerMockRecorder is the mock recorder for MockUnsafeHealthServer.

type MockisInferParameter_ParameterChoice

type MockisInferParameter_ParameterChoice struct {
	// contains filtered or unexported fields
}

MockisInferParameter_ParameterChoice is a mock of isInferParameter_ParameterChoice interface.

func NewMockisInferParameter_ParameterChoice

func NewMockisInferParameter_ParameterChoice(ctrl *gomock.Controller) *MockisInferParameter_ParameterChoice

NewMockisInferParameter_ParameterChoice creates a new mock instance.

func (*MockisInferParameter_ParameterChoice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisInferParameter_ParameterChoiceMockRecorder

type MockisInferParameter_ParameterChoiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockisInferParameter_ParameterChoiceMockRecorder is the mock recorder for MockisInferParameter_ParameterChoice.

type MockisLogSettingsRequest_SettingValue_ParameterChoice

type MockisLogSettingsRequest_SettingValue_ParameterChoice struct {
	// contains filtered or unexported fields
}

MockisLogSettingsRequest_SettingValue_ParameterChoice is a mock of isLogSettingsRequest_SettingValue_ParameterChoice interface.

func NewMockisLogSettingsRequest_SettingValue_ParameterChoice

func NewMockisLogSettingsRequest_SettingValue_ParameterChoice(ctrl *gomock.Controller) *MockisLogSettingsRequest_SettingValue_ParameterChoice

NewMockisLogSettingsRequest_SettingValue_ParameterChoice creates a new mock instance.

func (*MockisLogSettingsRequest_SettingValue_ParameterChoice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisLogSettingsRequest_SettingValue_ParameterChoiceMockRecorder

type MockisLogSettingsRequest_SettingValue_ParameterChoiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockisLogSettingsRequest_SettingValue_ParameterChoiceMockRecorder is the mock recorder for MockisLogSettingsRequest_SettingValue_ParameterChoice.

type MockisLogSettingsResponse_SettingValue_ParameterChoice

type MockisLogSettingsResponse_SettingValue_ParameterChoice struct {
	// contains filtered or unexported fields
}

MockisLogSettingsResponse_SettingValue_ParameterChoice is a mock of isLogSettingsResponse_SettingValue_ParameterChoice interface.

func NewMockisLogSettingsResponse_SettingValue_ParameterChoice

func NewMockisLogSettingsResponse_SettingValue_ParameterChoice(ctrl *gomock.Controller) *MockisLogSettingsResponse_SettingValue_ParameterChoice

NewMockisLogSettingsResponse_SettingValue_ParameterChoice creates a new mock instance.

func (*MockisLogSettingsResponse_SettingValue_ParameterChoice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisLogSettingsResponse_SettingValue_ParameterChoiceMockRecorder

type MockisLogSettingsResponse_SettingValue_ParameterChoiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockisLogSettingsResponse_SettingValue_ParameterChoiceMockRecorder is the mock recorder for MockisLogSettingsResponse_SettingValue_ParameterChoice.

type MockisModelConfig_SchedulingChoice

type MockisModelConfig_SchedulingChoice struct {
	// contains filtered or unexported fields
}

MockisModelConfig_SchedulingChoice is a mock of isModelConfig_SchedulingChoice interface.

func NewMockisModelConfig_SchedulingChoice

func NewMockisModelConfig_SchedulingChoice(ctrl *gomock.Controller) *MockisModelConfig_SchedulingChoice

NewMockisModelConfig_SchedulingChoice creates a new mock instance.

func (*MockisModelConfig_SchedulingChoice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisModelConfig_SchedulingChoiceMockRecorder

type MockisModelConfig_SchedulingChoiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockisModelConfig_SchedulingChoiceMockRecorder is the mock recorder for MockisModelConfig_SchedulingChoice.

type MockisModelRepositoryParameter_ParameterChoice

type MockisModelRepositoryParameter_ParameterChoice struct {
	// contains filtered or unexported fields
}

MockisModelRepositoryParameter_ParameterChoice is a mock of isModelRepositoryParameter_ParameterChoice interface.

func NewMockisModelRepositoryParameter_ParameterChoice

func NewMockisModelRepositoryParameter_ParameterChoice(ctrl *gomock.Controller) *MockisModelRepositoryParameter_ParameterChoice

NewMockisModelRepositoryParameter_ParameterChoice creates a new mock instance.

func (*MockisModelRepositoryParameter_ParameterChoice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisModelRepositoryParameter_ParameterChoiceMockRecorder

type MockisModelRepositoryParameter_ParameterChoiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockisModelRepositoryParameter_ParameterChoiceMockRecorder is the mock recorder for MockisModelRepositoryParameter_ParameterChoice.

type MockisModelSequenceBatching_InitialState_StateData

type MockisModelSequenceBatching_InitialState_StateData struct {
	// contains filtered or unexported fields
}

MockisModelSequenceBatching_InitialState_StateData is a mock of isModelSequenceBatching_InitialState_StateData interface.

func NewMockisModelSequenceBatching_InitialState_StateData

func NewMockisModelSequenceBatching_InitialState_StateData(ctrl *gomock.Controller) *MockisModelSequenceBatching_InitialState_StateData

NewMockisModelSequenceBatching_InitialState_StateData creates a new mock instance.

func (*MockisModelSequenceBatching_InitialState_StateData) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisModelSequenceBatching_InitialState_StateDataMockRecorder

type MockisModelSequenceBatching_InitialState_StateDataMockRecorder struct {
	// contains filtered or unexported fields
}

MockisModelSequenceBatching_InitialState_StateDataMockRecorder is the mock recorder for MockisModelSequenceBatching_InitialState_StateData.

type MockisModelSequenceBatching_StrategyChoice

type MockisModelSequenceBatching_StrategyChoice struct {
	// contains filtered or unexported fields
}

MockisModelSequenceBatching_StrategyChoice is a mock of isModelSequenceBatching_StrategyChoice interface.

func NewMockisModelSequenceBatching_StrategyChoice

func NewMockisModelSequenceBatching_StrategyChoice(ctrl *gomock.Controller) *MockisModelSequenceBatching_StrategyChoice

NewMockisModelSequenceBatching_StrategyChoice creates a new mock instance.

func (*MockisModelSequenceBatching_StrategyChoice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisModelSequenceBatching_StrategyChoiceMockRecorder

type MockisModelSequenceBatching_StrategyChoiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockisModelSequenceBatching_StrategyChoiceMockRecorder is the mock recorder for MockisModelSequenceBatching_StrategyChoice.

type MockisModelVersionPolicy_PolicyChoice

type MockisModelVersionPolicy_PolicyChoice struct {
	// contains filtered or unexported fields
}

MockisModelVersionPolicy_PolicyChoice is a mock of isModelVersionPolicy_PolicyChoice interface.

func NewMockisModelVersionPolicy_PolicyChoice

func NewMockisModelVersionPolicy_PolicyChoice(ctrl *gomock.Controller) *MockisModelVersionPolicy_PolicyChoice

NewMockisModelVersionPolicy_PolicyChoice creates a new mock instance.

func (*MockisModelVersionPolicy_PolicyChoice) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisModelVersionPolicy_PolicyChoiceMockRecorder

type MockisModelVersionPolicy_PolicyChoiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockisModelVersionPolicy_PolicyChoiceMockRecorder is the mock recorder for MockisModelVersionPolicy_PolicyChoice.

type MockisModelWarmup_Input_InputDataType

type MockisModelWarmup_Input_InputDataType struct {
	// contains filtered or unexported fields
}

MockisModelWarmup_Input_InputDataType is a mock of isModelWarmup_Input_InputDataType interface.

func NewMockisModelWarmup_Input_InputDataType

func NewMockisModelWarmup_Input_InputDataType(ctrl *gomock.Controller) *MockisModelWarmup_Input_InputDataType

NewMockisModelWarmup_Input_InputDataType creates a new mock instance.

func (*MockisModelWarmup_Input_InputDataType) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockisModelWarmup_Input_InputDataTypeMockRecorder

type MockisModelWarmup_Input_InputDataTypeMockRecorder struct {
	// contains filtered or unexported fields
}

MockisModelWarmup_Input_InputDataTypeMockRecorder is the mock recorder for MockisModelWarmup_Input_InputDataType.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL