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 ¶
- type MockDataConverter
- func (m *MockDataConverter) ConvertByteSliceToFloat32Slice(data []byte) []float32
- func (m *MockDataConverter) ConvertByteSliceToFloat64Slice(data []byte) []float64
- func (m *MockDataConverter) ConvertByteSliceToInt32Slice(data []byte) []int32
- func (m *MockDataConverter) ConvertByteSliceToInt64Slice(data []byte) []int64
- func (m *MockDataConverter) ConvertInterfaceSliceToBoolSliceAsInterface(data []interface{}) []interface{}
- func (m *MockDataConverter) ConvertInterfaceSliceToBytesSliceAsInterface(data []interface{}) ([]interface{}, error)
- func (m *MockDataConverter) ConvertInterfaceSliceToFloat32SliceAsInterface(data []interface{}) []interface{}
- func (m *MockDataConverter) ConvertInterfaceSliceToFloat64SliceAsInterface(data []interface{}) []interface{}
- func (m *MockDataConverter) ConvertInterfaceSliceToInt32SliceAsInterface(data []interface{}) []interface{}
- func (m *MockDataConverter) ConvertInterfaceSliceToInt64SliceAsInterface(data []interface{}) []interface{}
- func (m *MockDataConverter) ConvertInterfaceSliceToUint32SliceAsInterface(data []interface{}) []interface{}
- func (m *MockDataConverter) ConvertInterfaceSliceToUint64SliceAsInterface(data []interface{}) []interface{}
- func (m *MockDataConverter) DeserializeTensor(datatype string, dataBuffer []byte) (interface{}, error)
- func (m *MockDataConverter) EXPECT() *MockDataConverterMockRecorder
- func (m *MockDataConverter) FlattenData(inputTensor interface{}) []interface{}
- func (m *MockDataConverter) ReshapeArray(data interface{}, shape []int) ([]interface{}, error)
- func (m *MockDataConverter) SerializeTensor(inputTensor interface{}) ([]byte, error)
- type MockDataConverterMockRecorder
- func (mr *MockDataConverterMockRecorder) ConvertByteSliceToFloat32Slice(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertByteSliceToFloat64Slice(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertByteSliceToInt32Slice(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertByteSliceToInt64Slice(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToBoolSliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToBytesSliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToFloat32SliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToFloat64SliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToInt32SliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToInt64SliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToUint32SliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ConvertInterfaceSliceToUint64SliceAsInterface(data interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) DeserializeTensor(datatype, dataBuffer interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) FlattenData(inputTensor interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) ReshapeArray(data, shape interface{}) *gomock.Call
- func (mr *MockDataConverterMockRecorder) SerializeTensor(inputTensor interface{}) *gomock.Call
- type MockGRPCInferenceServiceClient
- func (m *MockGRPCInferenceServiceClient) CudaSharedMemoryRegister(ctx context.Context, in *grpc_generated_v2.CudaSharedMemoryRegisterRequest, ...) (*grpc_generated_v2.CudaSharedMemoryRegisterResponse, error)
- func (m *MockGRPCInferenceServiceClient) CudaSharedMemoryStatus(ctx context.Context, in *grpc_generated_v2.CudaSharedMemoryStatusRequest, ...) (*grpc_generated_v2.CudaSharedMemoryStatusResponse, error)
- func (m *MockGRPCInferenceServiceClient) CudaSharedMemoryUnregister(ctx context.Context, in *grpc_generated_v2.CudaSharedMemoryUnregisterRequest, ...) (*grpc_generated_v2.CudaSharedMemoryUnregisterResponse, error)
- func (m *MockGRPCInferenceServiceClient) EXPECT() *MockGRPCInferenceServiceClientMockRecorder
- func (m *MockGRPCInferenceServiceClient) LogSettings(ctx context.Context, in *grpc_generated_v2.LogSettingsRequest, ...) (*grpc_generated_v2.LogSettingsResponse, error)
- func (m *MockGRPCInferenceServiceClient) ModelConfig(ctx context.Context, in *grpc_generated_v2.ModelConfigRequest, ...) (*grpc_generated_v2.ModelConfigResponse, error)
- func (m *MockGRPCInferenceServiceClient) ModelInfer(ctx context.Context, in *grpc_generated_v2.ModelInferRequest, ...) (*grpc_generated_v2.ModelInferResponse, error)
- func (m *MockGRPCInferenceServiceClient) ModelMetadata(ctx context.Context, in *grpc_generated_v2.ModelMetadataRequest, ...) (*grpc_generated_v2.ModelMetadataResponse, error)
- func (m *MockGRPCInferenceServiceClient) ModelReady(ctx context.Context, in *grpc_generated_v2.ModelReadyRequest, ...) (*grpc_generated_v2.ModelReadyResponse, error)
- func (m *MockGRPCInferenceServiceClient) ModelStatistics(ctx context.Context, in *grpc_generated_v2.ModelStatisticsRequest, ...) (*grpc_generated_v2.ModelStatisticsResponse, error)
- func (m *MockGRPCInferenceServiceClient) ModelStreamInfer(ctx context.Context, opts ...grpc.CallOption) (grpc_generated_v2.GRPCInferenceService_ModelStreamInferClient, error)
- func (m *MockGRPCInferenceServiceClient) RepositoryIndex(ctx context.Context, in *grpc_generated_v2.RepositoryIndexRequest, ...) (*grpc_generated_v2.RepositoryIndexResponse, error)
- func (m *MockGRPCInferenceServiceClient) RepositoryModelLoad(ctx context.Context, in *grpc_generated_v2.RepositoryModelLoadRequest, ...) (*grpc_generated_v2.RepositoryModelLoadResponse, error)
- func (m *MockGRPCInferenceServiceClient) RepositoryModelUnload(ctx context.Context, in *grpc_generated_v2.RepositoryModelUnloadRequest, ...) (*grpc_generated_v2.RepositoryModelUnloadResponse, error)
- func (m *MockGRPCInferenceServiceClient) ServerLive(ctx context.Context, in *grpc_generated_v2.ServerLiveRequest, ...) (*grpc_generated_v2.ServerLiveResponse, error)
- func (m *MockGRPCInferenceServiceClient) ServerMetadata(ctx context.Context, in *grpc_generated_v2.ServerMetadataRequest, ...) (*grpc_generated_v2.ServerMetadataResponse, error)
- func (m *MockGRPCInferenceServiceClient) ServerReady(ctx context.Context, in *grpc_generated_v2.ServerReadyRequest, ...) (*grpc_generated_v2.ServerReadyResponse, error)
- func (m *MockGRPCInferenceServiceClient) SystemSharedMemoryRegister(ctx context.Context, in *grpc_generated_v2.SystemSharedMemoryRegisterRequest, ...) (*grpc_generated_v2.SystemSharedMemoryRegisterResponse, error)
- func (m *MockGRPCInferenceServiceClient) SystemSharedMemoryStatus(ctx context.Context, in *grpc_generated_v2.SystemSharedMemoryStatusRequest, ...) (*grpc_generated_v2.SystemSharedMemoryStatusResponse, error)
- func (m *MockGRPCInferenceServiceClient) SystemSharedMemoryUnregister(ctx context.Context, in *grpc_generated_v2.SystemSharedMemoryUnregisterRequest, ...) (*grpc_generated_v2.SystemSharedMemoryUnregisterResponse, error)
- func (m *MockGRPCInferenceServiceClient) TraceSetting(ctx context.Context, in *grpc_generated_v2.TraceSettingRequest, ...) (*grpc_generated_v2.TraceSettingResponse, error)
- type MockGRPCInferenceServiceClientMockRecorder
- func (mr *MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryRegister(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) CudaSharedMemoryUnregister(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) LogSettings(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelInfer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelMetadata(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelReady(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelStatistics(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ModelStreamInfer(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) RepositoryIndex(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) RepositoryModelLoad(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) RepositoryModelUnload(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ServerLive(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ServerMetadata(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) ServerReady(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryRegister(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) SystemSharedMemoryUnregister(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceClientMockRecorder) TraceSetting(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockGRPCInferenceServiceServer
- func (m *MockGRPCInferenceServiceServer) CudaSharedMemoryRegister(arg0 context.Context, arg1 *grpc_generated_v2.CudaSharedMemoryRegisterRequest) (*grpc_generated_v2.CudaSharedMemoryRegisterResponse, error)
- func (m *MockGRPCInferenceServiceServer) CudaSharedMemoryStatus(arg0 context.Context, arg1 *grpc_generated_v2.CudaSharedMemoryStatusRequest) (*grpc_generated_v2.CudaSharedMemoryStatusResponse, error)
- func (m *MockGRPCInferenceServiceServer) CudaSharedMemoryUnregister(arg0 context.Context, ...) (*grpc_generated_v2.CudaSharedMemoryUnregisterResponse, error)
- func (m *MockGRPCInferenceServiceServer) EXPECT() *MockGRPCInferenceServiceServerMockRecorder
- func (m *MockGRPCInferenceServiceServer) LogSettings(arg0 context.Context, arg1 *grpc_generated_v2.LogSettingsRequest) (*grpc_generated_v2.LogSettingsResponse, error)
- func (m *MockGRPCInferenceServiceServer) ModelConfig(arg0 context.Context, arg1 *grpc_generated_v2.ModelConfigRequest) (*grpc_generated_v2.ModelConfigResponse, error)
- func (m *MockGRPCInferenceServiceServer) ModelInfer(arg0 context.Context, arg1 *grpc_generated_v2.ModelInferRequest) (*grpc_generated_v2.ModelInferResponse, error)
- func (m *MockGRPCInferenceServiceServer) ModelMetadata(arg0 context.Context, arg1 *grpc_generated_v2.ModelMetadataRequest) (*grpc_generated_v2.ModelMetadataResponse, error)
- func (m *MockGRPCInferenceServiceServer) ModelReady(arg0 context.Context, arg1 *grpc_generated_v2.ModelReadyRequest) (*grpc_generated_v2.ModelReadyResponse, error)
- func (m *MockGRPCInferenceServiceServer) ModelStatistics(arg0 context.Context, arg1 *grpc_generated_v2.ModelStatisticsRequest) (*grpc_generated_v2.ModelStatisticsResponse, error)
- func (m *MockGRPCInferenceServiceServer) ModelStreamInfer(arg0 grpc_generated_v2.GRPCInferenceService_ModelStreamInferServer) error
- func (m *MockGRPCInferenceServiceServer) RepositoryIndex(arg0 context.Context, arg1 *grpc_generated_v2.RepositoryIndexRequest) (*grpc_generated_v2.RepositoryIndexResponse, error)
- func (m *MockGRPCInferenceServiceServer) RepositoryModelLoad(arg0 context.Context, arg1 *grpc_generated_v2.RepositoryModelLoadRequest) (*grpc_generated_v2.RepositoryModelLoadResponse, error)
- func (m *MockGRPCInferenceServiceServer) RepositoryModelUnload(arg0 context.Context, arg1 *grpc_generated_v2.RepositoryModelUnloadRequest) (*grpc_generated_v2.RepositoryModelUnloadResponse, error)
- func (m *MockGRPCInferenceServiceServer) ServerLive(arg0 context.Context, arg1 *grpc_generated_v2.ServerLiveRequest) (*grpc_generated_v2.ServerLiveResponse, error)
- func (m *MockGRPCInferenceServiceServer) ServerMetadata(arg0 context.Context, arg1 *grpc_generated_v2.ServerMetadataRequest) (*grpc_generated_v2.ServerMetadataResponse, error)
- func (m *MockGRPCInferenceServiceServer) ServerReady(arg0 context.Context, arg1 *grpc_generated_v2.ServerReadyRequest) (*grpc_generated_v2.ServerReadyResponse, error)
- func (m *MockGRPCInferenceServiceServer) SystemSharedMemoryRegister(arg0 context.Context, ...) (*grpc_generated_v2.SystemSharedMemoryRegisterResponse, error)
- func (m *MockGRPCInferenceServiceServer) SystemSharedMemoryStatus(arg0 context.Context, arg1 *grpc_generated_v2.SystemSharedMemoryStatusRequest) (*grpc_generated_v2.SystemSharedMemoryStatusResponse, error)
- func (m *MockGRPCInferenceServiceServer) SystemSharedMemoryUnregister(arg0 context.Context, ...) (*grpc_generated_v2.SystemSharedMemoryUnregisterResponse, error)
- func (m *MockGRPCInferenceServiceServer) TraceSetting(arg0 context.Context, arg1 *grpc_generated_v2.TraceSettingRequest) (*grpc_generated_v2.TraceSettingResponse, error)
- type MockGRPCInferenceServiceServerMockRecorder
- func (mr *MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryRegister(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) CudaSharedMemoryUnregister(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) LogSettings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelInfer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelMetadata(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelReady(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelStatistics(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ModelStreamInfer(arg0 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) RepositoryIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) RepositoryModelLoad(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) RepositoryModelUnload(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ServerLive(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ServerMetadata(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) ServerReady(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryRegister(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) SystemSharedMemoryUnregister(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceServiceServerMockRecorder) TraceSetting(arg0, arg1 interface{}) *gomock.Call
- type MockGRPCInferenceService_ModelStreamInferClient
- func (m *MockGRPCInferenceService_ModelStreamInferClient) CloseSend() error
- func (m *MockGRPCInferenceService_ModelStreamInferClient) Context() context.Context
- func (m *MockGRPCInferenceService_ModelStreamInferClient) EXPECT() *MockGRPCInferenceService_ModelStreamInferClientMockRecorder
- func (m *MockGRPCInferenceService_ModelStreamInferClient) Header() (metadata.MD, error)
- func (m *MockGRPCInferenceService_ModelStreamInferClient) Recv() (*grpc_generated_v2.ModelStreamInferResponse, error)
- func (m_2 *MockGRPCInferenceService_ModelStreamInferClient) RecvMsg(m any) error
- func (m *MockGRPCInferenceService_ModelStreamInferClient) Send(arg0 *grpc_generated_v2.ModelInferRequest) error
- func (m_2 *MockGRPCInferenceService_ModelStreamInferClient) SendMsg(m any) error
- func (m *MockGRPCInferenceService_ModelStreamInferClient) Trailer() metadata.MD
- type MockGRPCInferenceService_ModelStreamInferClientMockRecorder
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Context() *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Header() *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Recv() *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Trailer() *gomock.Call
- type MockGRPCInferenceService_ModelStreamInferServer
- func (m *MockGRPCInferenceService_ModelStreamInferServer) Context() context.Context
- func (m *MockGRPCInferenceService_ModelStreamInferServer) EXPECT() *MockGRPCInferenceService_ModelStreamInferServerMockRecorder
- func (m *MockGRPCInferenceService_ModelStreamInferServer) Recv() (*grpc_generated_v2.ModelInferRequest, error)
- func (m_2 *MockGRPCInferenceService_ModelStreamInferServer) RecvMsg(m any) error
- func (m *MockGRPCInferenceService_ModelStreamInferServer) Send(arg0 *grpc_generated_v2.ModelStreamInferResponse) error
- func (m *MockGRPCInferenceService_ModelStreamInferServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockGRPCInferenceService_ModelStreamInferServer) SendMsg(m any) error
- func (m *MockGRPCInferenceService_ModelStreamInferServer) SetHeader(arg0 metadata.MD) error
- func (m *MockGRPCInferenceService_ModelStreamInferServer) SetTrailer(arg0 metadata.MD)
- type MockGRPCInferenceService_ModelStreamInferServerMockRecorder
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Context() *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Recv() *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockGrpcClient
- type MockGrpcClientMockRecorder
- type MockHealthClient
- type MockHealthClientMockRecorder
- type MockHealthServer
- type MockHealthServerMockRecorder
- type MockHttpClient
- func (m *MockHttpClient) Do(request *http.Request) (*http.Response, error)
- func (m *MockHttpClient) EXPECT() *MockHttpClientMockRecorder
- func (m *MockHttpClient) Get(baseURL, requestURI string, headers, queryParams map[string]string) (*http.Response, error)
- func (m *MockHttpClient) Post(baseURL, requestURI, requestBody string, ...) (*http.Response, error)
- func (m *MockHttpClient) PostWithBytes(baseURL, requestURI string, requestBody []byte, ...) (*http.Response, error)
- type MockHttpClientMockRecorder
- func (mr *MockHttpClientMockRecorder) Do(request interface{}) *gomock.Call
- func (mr *MockHttpClientMockRecorder) Get(baseURL, requestURI, headers, queryParams interface{}) *gomock.Call
- func (mr *MockHttpClientMockRecorder) Post(baseURL, requestURI, requestBody, headers, queryParams interface{}) *gomock.Call
- func (mr *MockHttpClientMockRecorder) PostWithBytes(baseURL, requestURI, requestBody, headers, queryParams interface{}) *gomock.Call
- type MockInferInput
- func (m *MockInferInput) EXPECT() *MockInferInputMockRecorder
- func (m *MockInferInput) GetBinaryData() []byte
- func (m *MockInferInput) GetData() []interface{}
- func (m *MockInferInput) GetDatatype() string
- func (m *MockInferInput) GetName() string
- func (m *MockInferInput) GetParameters() map[string]interface{}
- func (m *MockInferInput) GetRawData() []byte
- func (m *MockInferInput) GetShape() []int64
- func (m *MockInferInput) GetTensor() any
- func (m *MockInferInput) SetData(inputTensor interface{}, binaryData bool) error
- func (m *MockInferInput) SetDatatype(datatype string)
- func (m *MockInferInput) SetShape(shape []int64)
- type MockInferInputMockRecorder
- func (mr *MockInferInputMockRecorder) GetBinaryData() *gomock.Call
- func (mr *MockInferInputMockRecorder) GetData() *gomock.Call
- func (mr *MockInferInputMockRecorder) GetDatatype() *gomock.Call
- func (mr *MockInferInputMockRecorder) GetName() *gomock.Call
- func (mr *MockInferInputMockRecorder) GetParameters() *gomock.Call
- func (mr *MockInferInputMockRecorder) GetRawData() *gomock.Call
- func (mr *MockInferInputMockRecorder) GetShape() *gomock.Call
- func (mr *MockInferInputMockRecorder) GetTensor() *gomock.Call
- func (mr *MockInferInputMockRecorder) SetData(inputTensor, binaryData interface{}) *gomock.Call
- func (mr *MockInferInputMockRecorder) SetDatatype(datatype interface{}) *gomock.Call
- func (mr *MockInferInputMockRecorder) SetShape(shape interface{}) *gomock.Call
- type MockInferOutput
- func (m *MockInferOutput) EXPECT() *MockInferOutputMockRecorder
- func (m *MockInferOutput) GetData() []interface{}
- func (m *MockInferOutput) GetDatatype() string
- func (m *MockInferOutput) GetName() string
- func (m *MockInferOutput) GetParameters() map[string]interface{}
- func (m *MockInferOutput) GetShape() []int
- func (m *MockInferOutput) GetTensor() any
- type MockInferOutputMockRecorder
- func (mr *MockInferOutputMockRecorder) GetData() *gomock.Call
- func (mr *MockInferOutputMockRecorder) GetDatatype() *gomock.Call
- func (mr *MockInferOutputMockRecorder) GetName() *gomock.Call
- func (mr *MockInferOutputMockRecorder) GetParameters() *gomock.Call
- func (mr *MockInferOutputMockRecorder) GetShape() *gomock.Call
- func (mr *MockInferOutputMockRecorder) GetTensor() *gomock.Call
- type MockMarshaller
- type MockMarshallerMockRecorder
- type MockRequestWrapper
- type MockRequestWrapperMockRecorder
- type MockResponseWrapper
- type MockResponseWrapperMockRecorder
- type MockUnsafeGRPCInferenceServiceServer
- type MockUnsafeGRPCInferenceServiceServerMockRecorder
- type MockUnsafeHealthServer
- type MockUnsafeHealthServerMockRecorder
- type MockisInferParameter_ParameterChoice
- type MockisInferParameter_ParameterChoiceMockRecorder
- type MockisLogSettingsRequest_SettingValue_ParameterChoice
- type MockisLogSettingsRequest_SettingValue_ParameterChoiceMockRecorder
- type MockisLogSettingsResponse_SettingValue_ParameterChoice
- type MockisLogSettingsResponse_SettingValue_ParameterChoiceMockRecorder
- type MockisModelConfig_SchedulingChoice
- type MockisModelConfig_SchedulingChoiceMockRecorder
- type MockisModelRepositoryParameter_ParameterChoice
- type MockisModelRepositoryParameter_ParameterChoiceMockRecorder
- type MockisModelSequenceBatching_InitialState_StateData
- type MockisModelSequenceBatching_InitialState_StateDataMockRecorder
- type MockisModelSequenceBatching_StrategyChoice
- type MockisModelSequenceBatching_StrategyChoiceMockRecorder
- type MockisModelVersionPolicy_PolicyChoice
- type MockisModelVersionPolicy_PolicyChoiceMockRecorder
- type MockisModelWarmup_Input_InputDataType
- type MockisModelWarmup_Input_InputDataTypeMockRecorder
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 ¶
func (m *MockDataConverter) EXPECT() *MockDataConverterMockRecorder
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 ¶
func (m *MockGRPCInferenceServiceClient) CudaSharedMemoryRegister(ctx context.Context, in *grpc_generated_v2.CudaSharedMemoryRegisterRequest, opts ...grpc.CallOption) (*grpc_generated_v2.CudaSharedMemoryRegisterResponse, error)
CudaSharedMemoryRegister mocks base method.
func (*MockGRPCInferenceServiceClient) CudaSharedMemoryStatus ¶
func (m *MockGRPCInferenceServiceClient) CudaSharedMemoryStatus(ctx context.Context, in *grpc_generated_v2.CudaSharedMemoryStatusRequest, opts ...grpc.CallOption) (*grpc_generated_v2.CudaSharedMemoryStatusResponse, error)
CudaSharedMemoryStatus mocks base method.
func (*MockGRPCInferenceServiceClient) CudaSharedMemoryUnregister ¶
func (m *MockGRPCInferenceServiceClient) CudaSharedMemoryUnregister(ctx context.Context, in *grpc_generated_v2.CudaSharedMemoryUnregisterRequest, opts ...grpc.CallOption) (*grpc_generated_v2.CudaSharedMemoryUnregisterResponse, error)
CudaSharedMemoryUnregister mocks base method.
func (*MockGRPCInferenceServiceClient) EXPECT ¶
func (m *MockGRPCInferenceServiceClient) EXPECT() *MockGRPCInferenceServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGRPCInferenceServiceClient) LogSettings ¶
func (m *MockGRPCInferenceServiceClient) LogSettings(ctx context.Context, in *grpc_generated_v2.LogSettingsRequest, opts ...grpc.CallOption) (*grpc_generated_v2.LogSettingsResponse, error)
LogSettings mocks base method.
func (*MockGRPCInferenceServiceClient) ModelConfig ¶
func (m *MockGRPCInferenceServiceClient) ModelConfig(ctx context.Context, in *grpc_generated_v2.ModelConfigRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ModelConfigResponse, error)
ModelConfig mocks base method.
func (*MockGRPCInferenceServiceClient) ModelInfer ¶
func (m *MockGRPCInferenceServiceClient) ModelInfer(ctx context.Context, in *grpc_generated_v2.ModelInferRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ModelInferResponse, error)
ModelInfer mocks base method.
func (*MockGRPCInferenceServiceClient) ModelMetadata ¶
func (m *MockGRPCInferenceServiceClient) ModelMetadata(ctx context.Context, in *grpc_generated_v2.ModelMetadataRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ModelMetadataResponse, error)
ModelMetadata mocks base method.
func (*MockGRPCInferenceServiceClient) ModelReady ¶
func (m *MockGRPCInferenceServiceClient) ModelReady(ctx context.Context, in *grpc_generated_v2.ModelReadyRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ModelReadyResponse, error)
ModelReady mocks base method.
func (*MockGRPCInferenceServiceClient) ModelStatistics ¶
func (m *MockGRPCInferenceServiceClient) ModelStatistics(ctx context.Context, in *grpc_generated_v2.ModelStatisticsRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ModelStatisticsResponse, error)
ModelStatistics mocks base method.
func (*MockGRPCInferenceServiceClient) ModelStreamInfer ¶
func (m *MockGRPCInferenceServiceClient) ModelStreamInfer(ctx context.Context, opts ...grpc.CallOption) (grpc_generated_v2.GRPCInferenceService_ModelStreamInferClient, error)
ModelStreamInfer mocks base method.
func (*MockGRPCInferenceServiceClient) RepositoryIndex ¶
func (m *MockGRPCInferenceServiceClient) RepositoryIndex(ctx context.Context, in *grpc_generated_v2.RepositoryIndexRequest, opts ...grpc.CallOption) (*grpc_generated_v2.RepositoryIndexResponse, error)
RepositoryIndex mocks base method.
func (*MockGRPCInferenceServiceClient) RepositoryModelLoad ¶
func (m *MockGRPCInferenceServiceClient) RepositoryModelLoad(ctx context.Context, in *grpc_generated_v2.RepositoryModelLoadRequest, opts ...grpc.CallOption) (*grpc_generated_v2.RepositoryModelLoadResponse, error)
RepositoryModelLoad mocks base method.
func (*MockGRPCInferenceServiceClient) RepositoryModelUnload ¶
func (m *MockGRPCInferenceServiceClient) RepositoryModelUnload(ctx context.Context, in *grpc_generated_v2.RepositoryModelUnloadRequest, opts ...grpc.CallOption) (*grpc_generated_v2.RepositoryModelUnloadResponse, error)
RepositoryModelUnload mocks base method.
func (*MockGRPCInferenceServiceClient) ServerLive ¶
func (m *MockGRPCInferenceServiceClient) ServerLive(ctx context.Context, in *grpc_generated_v2.ServerLiveRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ServerLiveResponse, error)
ServerLive mocks base method.
func (*MockGRPCInferenceServiceClient) ServerMetadata ¶
func (m *MockGRPCInferenceServiceClient) ServerMetadata(ctx context.Context, in *grpc_generated_v2.ServerMetadataRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ServerMetadataResponse, error)
ServerMetadata mocks base method.
func (*MockGRPCInferenceServiceClient) ServerReady ¶
func (m *MockGRPCInferenceServiceClient) ServerReady(ctx context.Context, in *grpc_generated_v2.ServerReadyRequest, opts ...grpc.CallOption) (*grpc_generated_v2.ServerReadyResponse, error)
ServerReady mocks base method.
func (*MockGRPCInferenceServiceClient) SystemSharedMemoryRegister ¶
func (m *MockGRPCInferenceServiceClient) SystemSharedMemoryRegister(ctx context.Context, in *grpc_generated_v2.SystemSharedMemoryRegisterRequest, opts ...grpc.CallOption) (*grpc_generated_v2.SystemSharedMemoryRegisterResponse, error)
SystemSharedMemoryRegister mocks base method.
func (*MockGRPCInferenceServiceClient) SystemSharedMemoryStatus ¶
func (m *MockGRPCInferenceServiceClient) SystemSharedMemoryStatus(ctx context.Context, in *grpc_generated_v2.SystemSharedMemoryStatusRequest, opts ...grpc.CallOption) (*grpc_generated_v2.SystemSharedMemoryStatusResponse, error)
SystemSharedMemoryStatus mocks base method.
func (*MockGRPCInferenceServiceClient) SystemSharedMemoryUnregister ¶
func (m *MockGRPCInferenceServiceClient) SystemSharedMemoryUnregister(ctx context.Context, in *grpc_generated_v2.SystemSharedMemoryUnregisterRequest, opts ...grpc.CallOption) (*grpc_generated_v2.SystemSharedMemoryUnregisterResponse, error)
SystemSharedMemoryUnregister mocks base method.
func (*MockGRPCInferenceServiceClient) TraceSetting ¶
func (m *MockGRPCInferenceServiceClient) TraceSetting(ctx context.Context, in *grpc_generated_v2.TraceSettingRequest, opts ...grpc.CallOption) (*grpc_generated_v2.TraceSettingResponse, error)
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 ¶
func (m *MockGRPCInferenceServiceServer) CudaSharedMemoryRegister(arg0 context.Context, arg1 *grpc_generated_v2.CudaSharedMemoryRegisterRequest) (*grpc_generated_v2.CudaSharedMemoryRegisterResponse, error)
CudaSharedMemoryRegister mocks base method.
func (*MockGRPCInferenceServiceServer) CudaSharedMemoryStatus ¶
func (m *MockGRPCInferenceServiceServer) CudaSharedMemoryStatus(arg0 context.Context, arg1 *grpc_generated_v2.CudaSharedMemoryStatusRequest) (*grpc_generated_v2.CudaSharedMemoryStatusResponse, error)
CudaSharedMemoryStatus mocks base method.
func (*MockGRPCInferenceServiceServer) CudaSharedMemoryUnregister ¶
func (m *MockGRPCInferenceServiceServer) CudaSharedMemoryUnregister(arg0 context.Context, arg1 *grpc_generated_v2.CudaSharedMemoryUnregisterRequest) (*grpc_generated_v2.CudaSharedMemoryUnregisterResponse, error)
CudaSharedMemoryUnregister mocks base method.
func (*MockGRPCInferenceServiceServer) EXPECT ¶
func (m *MockGRPCInferenceServiceServer) EXPECT() *MockGRPCInferenceServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGRPCInferenceServiceServer) LogSettings ¶
func (m *MockGRPCInferenceServiceServer) LogSettings(arg0 context.Context, arg1 *grpc_generated_v2.LogSettingsRequest) (*grpc_generated_v2.LogSettingsResponse, error)
LogSettings mocks base method.
func (*MockGRPCInferenceServiceServer) ModelConfig ¶
func (m *MockGRPCInferenceServiceServer) ModelConfig(arg0 context.Context, arg1 *grpc_generated_v2.ModelConfigRequest) (*grpc_generated_v2.ModelConfigResponse, error)
ModelConfig mocks base method.
func (*MockGRPCInferenceServiceServer) ModelInfer ¶
func (m *MockGRPCInferenceServiceServer) ModelInfer(arg0 context.Context, arg1 *grpc_generated_v2.ModelInferRequest) (*grpc_generated_v2.ModelInferResponse, error)
ModelInfer mocks base method.
func (*MockGRPCInferenceServiceServer) ModelMetadata ¶
func (m *MockGRPCInferenceServiceServer) ModelMetadata(arg0 context.Context, arg1 *grpc_generated_v2.ModelMetadataRequest) (*grpc_generated_v2.ModelMetadataResponse, error)
ModelMetadata mocks base method.
func (*MockGRPCInferenceServiceServer) ModelReady ¶
func (m *MockGRPCInferenceServiceServer) ModelReady(arg0 context.Context, arg1 *grpc_generated_v2.ModelReadyRequest) (*grpc_generated_v2.ModelReadyResponse, error)
ModelReady mocks base method.
func (*MockGRPCInferenceServiceServer) ModelStatistics ¶
func (m *MockGRPCInferenceServiceServer) ModelStatistics(arg0 context.Context, arg1 *grpc_generated_v2.ModelStatisticsRequest) (*grpc_generated_v2.ModelStatisticsResponse, error)
ModelStatistics mocks base method.
func (*MockGRPCInferenceServiceServer) ModelStreamInfer ¶
func (m *MockGRPCInferenceServiceServer) ModelStreamInfer(arg0 grpc_generated_v2.GRPCInferenceService_ModelStreamInferServer) error
ModelStreamInfer mocks base method.
func (*MockGRPCInferenceServiceServer) RepositoryIndex ¶
func (m *MockGRPCInferenceServiceServer) RepositoryIndex(arg0 context.Context, arg1 *grpc_generated_v2.RepositoryIndexRequest) (*grpc_generated_v2.RepositoryIndexResponse, error)
RepositoryIndex mocks base method.
func (*MockGRPCInferenceServiceServer) RepositoryModelLoad ¶
func (m *MockGRPCInferenceServiceServer) RepositoryModelLoad(arg0 context.Context, arg1 *grpc_generated_v2.RepositoryModelLoadRequest) (*grpc_generated_v2.RepositoryModelLoadResponse, error)
RepositoryModelLoad mocks base method.
func (*MockGRPCInferenceServiceServer) RepositoryModelUnload ¶
func (m *MockGRPCInferenceServiceServer) RepositoryModelUnload(arg0 context.Context, arg1 *grpc_generated_v2.RepositoryModelUnloadRequest) (*grpc_generated_v2.RepositoryModelUnloadResponse, error)
RepositoryModelUnload mocks base method.
func (*MockGRPCInferenceServiceServer) ServerLive ¶
func (m *MockGRPCInferenceServiceServer) ServerLive(arg0 context.Context, arg1 *grpc_generated_v2.ServerLiveRequest) (*grpc_generated_v2.ServerLiveResponse, error)
ServerLive mocks base method.
func (*MockGRPCInferenceServiceServer) ServerMetadata ¶
func (m *MockGRPCInferenceServiceServer) ServerMetadata(arg0 context.Context, arg1 *grpc_generated_v2.ServerMetadataRequest) (*grpc_generated_v2.ServerMetadataResponse, error)
ServerMetadata mocks base method.
func (*MockGRPCInferenceServiceServer) ServerReady ¶
func (m *MockGRPCInferenceServiceServer) ServerReady(arg0 context.Context, arg1 *grpc_generated_v2.ServerReadyRequest) (*grpc_generated_v2.ServerReadyResponse, error)
ServerReady mocks base method.
func (*MockGRPCInferenceServiceServer) SystemSharedMemoryRegister ¶
func (m *MockGRPCInferenceServiceServer) SystemSharedMemoryRegister(arg0 context.Context, arg1 *grpc_generated_v2.SystemSharedMemoryRegisterRequest) (*grpc_generated_v2.SystemSharedMemoryRegisterResponse, error)
SystemSharedMemoryRegister mocks base method.
func (*MockGRPCInferenceServiceServer) SystemSharedMemoryStatus ¶
func (m *MockGRPCInferenceServiceServer) SystemSharedMemoryStatus(arg0 context.Context, arg1 *grpc_generated_v2.SystemSharedMemoryStatusRequest) (*grpc_generated_v2.SystemSharedMemoryStatusResponse, error)
SystemSharedMemoryStatus mocks base method.
func (*MockGRPCInferenceServiceServer) SystemSharedMemoryUnregister ¶
func (m *MockGRPCInferenceServiceServer) SystemSharedMemoryUnregister(arg0 context.Context, arg1 *grpc_generated_v2.SystemSharedMemoryUnregisterRequest) (*grpc_generated_v2.SystemSharedMemoryUnregisterResponse, error)
SystemSharedMemoryUnregister mocks base method.
func (*MockGRPCInferenceServiceServer) TraceSetting ¶
func (m *MockGRPCInferenceServiceServer) TraceSetting(arg0 context.Context, arg1 *grpc_generated_v2.TraceSettingRequest) (*grpc_generated_v2.TraceSettingResponse, error)
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 ¶
func (m *MockGRPCInferenceService_ModelStreamInferClient) CloseSend() error
CloseSend mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferClient) Context ¶
func (m *MockGRPCInferenceService_ModelStreamInferClient) Context() context.Context
Context mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferClient) EXPECT ¶
func (m *MockGRPCInferenceService_ModelStreamInferClient) EXPECT() *MockGRPCInferenceService_ModelStreamInferClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGRPCInferenceService_ModelStreamInferClient) Header ¶
func (m *MockGRPCInferenceService_ModelStreamInferClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferClient) Recv ¶
func (m *MockGRPCInferenceService_ModelStreamInferClient) Recv() (*grpc_generated_v2.ModelStreamInferResponse, error)
Recv mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferClient) RecvMsg ¶
func (m_2 *MockGRPCInferenceService_ModelStreamInferClient) RecvMsg(m any) error
RecvMsg mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferClient) Send ¶
func (m *MockGRPCInferenceService_ModelStreamInferClient) Send(arg0 *grpc_generated_v2.ModelInferRequest) error
Send mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferClient) SendMsg ¶
func (m_2 *MockGRPCInferenceService_ModelStreamInferClient) SendMsg(m any) error
SendMsg mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferClient) Trailer ¶
func (m *MockGRPCInferenceService_ModelStreamInferClient) Trailer() metadata.MD
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 ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Context ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Header ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Recv ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) RecvMsg ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Send ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) SendMsg ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Trailer ¶
func (mr *MockGRPCInferenceService_ModelStreamInferClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockGRPCInferenceService_ModelStreamInferServer) Context() context.Context
Context mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferServer) EXPECT ¶
func (m *MockGRPCInferenceService_ModelStreamInferServer) EXPECT() *MockGRPCInferenceService_ModelStreamInferServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGRPCInferenceService_ModelStreamInferServer) Recv ¶
func (m *MockGRPCInferenceService_ModelStreamInferServer) Recv() (*grpc_generated_v2.ModelInferRequest, error)
Recv mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferServer) RecvMsg ¶
func (m_2 *MockGRPCInferenceService_ModelStreamInferServer) RecvMsg(m any) error
RecvMsg mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferServer) Send ¶
func (m *MockGRPCInferenceService_ModelStreamInferServer) Send(arg0 *grpc_generated_v2.ModelStreamInferResponse) error
Send mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferServer) SendHeader ¶
func (m *MockGRPCInferenceService_ModelStreamInferServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferServer) SendMsg ¶
func (m_2 *MockGRPCInferenceService_ModelStreamInferServer) SendMsg(m any) error
SendMsg mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferServer) SetHeader ¶
func (m *MockGRPCInferenceService_ModelStreamInferServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockGRPCInferenceService_ModelStreamInferServer) SetTrailer ¶
func (m *MockGRPCInferenceService_ModelStreamInferServer) SetTrailer(arg0 metadata.MD)
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 ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Recv ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) RecvMsg ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Send ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendHeader ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendMsg ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetHeader ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetTrailer ¶
func (mr *MockGRPCInferenceService_ModelStreamInferServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
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 ¶
func (m *MockGrpcClient) EXPECT() *MockGrpcClientMockRecorder
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 ¶
func (m *MockHealthClient) Check(ctx context.Context, in *grpc_generated_v2.HealthCheckRequest, opts ...grpc.CallOption) (*grpc_generated_v2.HealthCheckResponse, error)
Check mocks base method.
func (*MockHealthClient) EXPECT ¶
func (m *MockHealthClient) EXPECT() *MockHealthClientMockRecorder
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 ¶
func (m *MockHealthServer) Check(arg0 context.Context, arg1 *grpc_generated_v2.HealthCheckRequest) (*grpc_generated_v2.HealthCheckResponse, error)
Check mocks base method.
func (*MockHealthServer) EXPECT ¶
func (m *MockHealthServer) EXPECT() *MockHealthServerMockRecorder
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) EXPECT ¶
func (m *MockHttpClient) EXPECT() *MockHttpClientMockRecorder
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 ¶
func (m *MockInferInput) EXPECT() *MockInferInputMockRecorder
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 ¶
func (m *MockInferOutput) EXPECT() *MockInferOutputMockRecorder
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 ¶
func (m *MockMarshaller) EXPECT() *MockMarshallerMockRecorder
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 ¶
func (m *MockRequestWrapper) EXPECT() *MockRequestWrapperMockRecorder
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 ¶
func (m *MockResponseWrapper) EXPECT() *MockResponseWrapperMockRecorder
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 ¶
func (mr *MockResponseWrapperMockRecorder) GetBody() *gomock.Call
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 ¶
func (m *MockUnsafeGRPCInferenceServiceServer) EXPECT() *MockUnsafeGRPCInferenceServiceServerMockRecorder
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 ¶
func (m *MockUnsafeHealthServer) EXPECT() *MockUnsafeHealthServerMockRecorder
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 ¶
func (m *MockisInferParameter_ParameterChoice) EXPECT() *MockisInferParameter_ParameterChoiceMockRecorder
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 ¶
func (m *MockisLogSettingsRequest_SettingValue_ParameterChoice) EXPECT() *MockisLogSettingsRequest_SettingValue_ParameterChoiceMockRecorder
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 ¶
func (m *MockisLogSettingsResponse_SettingValue_ParameterChoice) EXPECT() *MockisLogSettingsResponse_SettingValue_ParameterChoiceMockRecorder
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 ¶
func (m *MockisModelConfig_SchedulingChoice) EXPECT() *MockisModelConfig_SchedulingChoiceMockRecorder
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 ¶
func (m *MockisModelRepositoryParameter_ParameterChoice) EXPECT() *MockisModelRepositoryParameter_ParameterChoiceMockRecorder
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 ¶
func (m *MockisModelSequenceBatching_InitialState_StateData) EXPECT() *MockisModelSequenceBatching_InitialState_StateDataMockRecorder
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 ¶
func (m *MockisModelSequenceBatching_StrategyChoice) EXPECT() *MockisModelSequenceBatching_StrategyChoiceMockRecorder
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 ¶
func (m *MockisModelVersionPolicy_PolicyChoice) EXPECT() *MockisModelVersionPolicy_PolicyChoiceMockRecorder
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 ¶
func (m *MockisModelWarmup_Input_InputDataType) EXPECT() *MockisModelWarmup_Input_InputDataTypeMockRecorder
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.