Versions in this module Expand all Collapse all v0 v0.1.0 Feb 8, 2022 Changes in this version + var File_tensorflow_serving_apis_classification_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_get_model_metadata_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_get_model_status_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_inference_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_input_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_logging_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_model_management_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_model_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_model_service_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_predict_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_prediction_log_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_prediction_service_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_regression_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_session_service_proto protoreflect.FileDescriptor + var File_tensorflow_serving_apis_status_proto protoreflect.FileDescriptor + var ModelService_ServiceDesc = grpc.ServiceDesc + var ModelVersionStatus_State_name = map[int32]string + var ModelVersionStatus_State_value = map[string]int32 + var PredictionService_ServiceDesc = grpc.ServiceDesc + var SessionService_ServiceDesc = grpc.ServiceDesc + func RegisterModelServiceServer(s grpc.ServiceRegistrar, srv ModelServiceServer) + func RegisterPredictionServiceServer(s grpc.ServiceRegistrar, srv PredictionServiceServer) + func RegisterSessionServiceServer(s grpc.ServiceRegistrar, srv SessionServiceServer) + type Class struct + Label string + Score float32 + func (*Class) Descriptor() ([]byte, []int) + func (*Class) ProtoMessage() + func (x *Class) GetLabel() string + func (x *Class) GetScore() float32 + func (x *Class) ProtoReflect() protoreflect.Message + func (x *Class) Reset() + func (x *Class) String() string + type ClassificationRequest struct + Input *Input + ModelSpec *ModelSpec + func (*ClassificationRequest) Descriptor() ([]byte, []int) + func (*ClassificationRequest) ProtoMessage() + func (x *ClassificationRequest) GetInput() *Input + func (x *ClassificationRequest) GetModelSpec() *ModelSpec + func (x *ClassificationRequest) ProtoReflect() protoreflect.Message + func (x *ClassificationRequest) Reset() + func (x *ClassificationRequest) String() string + type ClassificationResponse struct + ModelSpec *ModelSpec + Result *ClassificationResult + func (*ClassificationResponse) Descriptor() ([]byte, []int) + func (*ClassificationResponse) ProtoMessage() + func (x *ClassificationResponse) GetModelSpec() *ModelSpec + func (x *ClassificationResponse) GetResult() *ClassificationResult + func (x *ClassificationResponse) ProtoReflect() protoreflect.Message + func (x *ClassificationResponse) Reset() + func (x *ClassificationResponse) String() string + type ClassificationResult struct + Classifications []*Classifications + func (*ClassificationResult) Descriptor() ([]byte, []int) + func (*ClassificationResult) ProtoMessage() + func (x *ClassificationResult) GetClassifications() []*Classifications + func (x *ClassificationResult) ProtoReflect() protoreflect.Message + func (x *ClassificationResult) Reset() + func (x *ClassificationResult) String() string + type Classifications struct + Classes []*Class + func (*Classifications) Descriptor() ([]byte, []int) + func (*Classifications) ProtoMessage() + func (x *Classifications) GetClasses() []*Class + func (x *Classifications) ProtoReflect() protoreflect.Message + func (x *Classifications) Reset() + func (x *Classifications) String() string + type ClassifyLog struct + Request *ClassificationRequest + Response *ClassificationResponse + func (*ClassifyLog) Descriptor() ([]byte, []int) + func (*ClassifyLog) ProtoMessage() + func (x *ClassifyLog) GetRequest() *ClassificationRequest + func (x *ClassifyLog) GetResponse() *ClassificationResponse + func (x *ClassifyLog) ProtoReflect() protoreflect.Message + func (x *ClassifyLog) Reset() + func (x *ClassifyLog) String() string + type ExampleList struct + Examples []*example.Example + func (*ExampleList) Descriptor() ([]byte, []int) + func (*ExampleList) ProtoMessage() + func (x *ExampleList) GetExamples() []*example.Example + func (x *ExampleList) ProtoReflect() protoreflect.Message + func (x *ExampleList) Reset() + func (x *ExampleList) String() string + type ExampleListWithContext struct + Context *example.Example + Examples []*example.Example + func (*ExampleListWithContext) Descriptor() ([]byte, []int) + func (*ExampleListWithContext) ProtoMessage() + func (x *ExampleListWithContext) GetContext() *example.Example + func (x *ExampleListWithContext) GetExamples() []*example.Example + func (x *ExampleListWithContext) ProtoReflect() protoreflect.Message + func (x *ExampleListWithContext) Reset() + func (x *ExampleListWithContext) String() string + type GetModelMetadataRequest struct + MetadataField []string + ModelSpec *ModelSpec + func (*GetModelMetadataRequest) Descriptor() ([]byte, []int) + func (*GetModelMetadataRequest) ProtoMessage() + func (x *GetModelMetadataRequest) GetMetadataField() []string + func (x *GetModelMetadataRequest) GetModelSpec() *ModelSpec + func (x *GetModelMetadataRequest) ProtoReflect() protoreflect.Message + func (x *GetModelMetadataRequest) Reset() + func (x *GetModelMetadataRequest) String() string + type GetModelMetadataResponse struct + Metadata map[string]*anypb.Any + ModelSpec *ModelSpec + func (*GetModelMetadataResponse) Descriptor() ([]byte, []int) + func (*GetModelMetadataResponse) ProtoMessage() + func (x *GetModelMetadataResponse) GetMetadata() map[string]*anypb.Any + func (x *GetModelMetadataResponse) GetModelSpec() *ModelSpec + func (x *GetModelMetadataResponse) ProtoReflect() protoreflect.Message + func (x *GetModelMetadataResponse) Reset() + func (x *GetModelMetadataResponse) String() string + type GetModelStatusRequest struct + ModelSpec *ModelSpec + func (*GetModelStatusRequest) Descriptor() ([]byte, []int) + func (*GetModelStatusRequest) ProtoMessage() + func (x *GetModelStatusRequest) GetModelSpec() *ModelSpec + func (x *GetModelStatusRequest) ProtoReflect() protoreflect.Message + func (x *GetModelStatusRequest) Reset() + func (x *GetModelStatusRequest) String() string + type GetModelStatusResponse struct + ModelVersionStatus []*ModelVersionStatus + func (*GetModelStatusResponse) Descriptor() ([]byte, []int) + func (*GetModelStatusResponse) ProtoMessage() + func (x *GetModelStatusResponse) GetModelVersionStatus() []*ModelVersionStatus + func (x *GetModelStatusResponse) ProtoReflect() protoreflect.Message + func (x *GetModelStatusResponse) Reset() + func (x *GetModelStatusResponse) String() string + type InferenceResult struct + ModelSpec *ModelSpec + Result isInferenceResult_Result + func (*InferenceResult) Descriptor() ([]byte, []int) + func (*InferenceResult) ProtoMessage() + func (m *InferenceResult) GetResult() isInferenceResult_Result + func (x *InferenceResult) GetClassificationResult() *ClassificationResult + func (x *InferenceResult) GetModelSpec() *ModelSpec + func (x *InferenceResult) GetRegressionResult() *RegressionResult + func (x *InferenceResult) ProtoReflect() protoreflect.Message + func (x *InferenceResult) Reset() + func (x *InferenceResult) String() string + type InferenceResult_ClassificationResult struct + ClassificationResult *ClassificationResult + type InferenceResult_RegressionResult struct + RegressionResult *RegressionResult + type InferenceTask struct + MethodName string + ModelSpec *ModelSpec + func (*InferenceTask) Descriptor() ([]byte, []int) + func (*InferenceTask) ProtoMessage() + func (x *InferenceTask) GetMethodName() string + func (x *InferenceTask) GetModelSpec() *ModelSpec + func (x *InferenceTask) ProtoReflect() protoreflect.Message + func (x *InferenceTask) Reset() + func (x *InferenceTask) String() string + type Input struct + Kind isInput_Kind + func (*Input) Descriptor() ([]byte, []int) + func (*Input) ProtoMessage() + func (m *Input) GetKind() isInput_Kind + func (x *Input) GetExampleList() *ExampleList + func (x *Input) GetExampleListWithContext() *ExampleListWithContext + func (x *Input) ProtoReflect() protoreflect.Message + func (x *Input) Reset() + func (x *Input) String() string + type Input_ExampleList struct + ExampleList *ExampleList + type Input_ExampleListWithContext struct + ExampleListWithContext *ExampleListWithContext + type LogMetadata struct + ModelSpec *ModelSpec + SamplingConfig *config.SamplingConfig + SavedModelTags []string + func (*LogMetadata) Descriptor() ([]byte, []int) + func (*LogMetadata) ProtoMessage() + func (x *LogMetadata) GetModelSpec() *ModelSpec + func (x *LogMetadata) GetSamplingConfig() *config.SamplingConfig + func (x *LogMetadata) GetSavedModelTags() []string + func (x *LogMetadata) ProtoReflect() protoreflect.Message + func (x *LogMetadata) Reset() + func (x *LogMetadata) String() string + type ModelServiceClient interface + GetModelStatus func(ctx context.Context, in *GetModelStatusRequest, opts ...grpc.CallOption) (*GetModelStatusResponse, error) + HandleReloadConfigRequest func(ctx context.Context, in *ReloadConfigRequest, opts ...grpc.CallOption) (*ReloadConfigResponse, error) + func NewModelServiceClient(cc grpc.ClientConnInterface) ModelServiceClient + type ModelServiceServer interface + GetModelStatus func(context.Context, *GetModelStatusRequest) (*GetModelStatusResponse, error) + HandleReloadConfigRequest func(context.Context, *ReloadConfigRequest) (*ReloadConfigResponse, error) + type ModelSpec struct + Name string + SignatureName string + VersionChoice isModelSpec_VersionChoice + func (*ModelSpec) Descriptor() ([]byte, []int) + func (*ModelSpec) ProtoMessage() + func (m *ModelSpec) GetVersionChoice() isModelSpec_VersionChoice + func (x *ModelSpec) GetName() string + func (x *ModelSpec) GetSignatureName() string + func (x *ModelSpec) GetVersion() *wrapperspb.Int64Value + func (x *ModelSpec) GetVersionLabel() string + func (x *ModelSpec) ProtoReflect() protoreflect.Message + func (x *ModelSpec) Reset() + func (x *ModelSpec) String() string + type ModelSpec_Version struct + Version *wrapperspb.Int64Value + type ModelSpec_VersionLabel struct + VersionLabel string + type ModelVersionStatus struct + State ModelVersionStatus_State + Status *StatusProto + Version int64 + func (*ModelVersionStatus) Descriptor() ([]byte, []int) + func (*ModelVersionStatus) ProtoMessage() + func (x *ModelVersionStatus) GetState() ModelVersionStatus_State + func (x *ModelVersionStatus) GetStatus() *StatusProto + func (x *ModelVersionStatus) GetVersion() int64 + func (x *ModelVersionStatus) ProtoReflect() protoreflect.Message + func (x *ModelVersionStatus) Reset() + func (x *ModelVersionStatus) String() string + type ModelVersionStatus_State int32 + const ModelVersionStatus_AVAILABLE + const ModelVersionStatus_END + const ModelVersionStatus_LOADING + const ModelVersionStatus_START + const ModelVersionStatus_UNKNOWN + const ModelVersionStatus_UNLOADING + func (ModelVersionStatus_State) Descriptor() protoreflect.EnumDescriptor + func (ModelVersionStatus_State) EnumDescriptor() ([]byte, []int) + func (ModelVersionStatus_State) Type() protoreflect.EnumType + func (x ModelVersionStatus_State) Enum() *ModelVersionStatus_State + func (x ModelVersionStatus_State) Number() protoreflect.EnumNumber + func (x ModelVersionStatus_State) String() string + type MultiInferenceLog struct + Request *MultiInferenceRequest + Response *MultiInferenceResponse + func (*MultiInferenceLog) Descriptor() ([]byte, []int) + func (*MultiInferenceLog) ProtoMessage() + func (x *MultiInferenceLog) GetRequest() *MultiInferenceRequest + func (x *MultiInferenceLog) GetResponse() *MultiInferenceResponse + func (x *MultiInferenceLog) ProtoReflect() protoreflect.Message + func (x *MultiInferenceLog) Reset() + func (x *MultiInferenceLog) String() string + type MultiInferenceRequest struct + Input *Input + Tasks []*InferenceTask + func (*MultiInferenceRequest) Descriptor() ([]byte, []int) + func (*MultiInferenceRequest) ProtoMessage() + func (x *MultiInferenceRequest) GetInput() *Input + func (x *MultiInferenceRequest) GetTasks() []*InferenceTask + func (x *MultiInferenceRequest) ProtoReflect() protoreflect.Message + func (x *MultiInferenceRequest) Reset() + func (x *MultiInferenceRequest) String() string + type MultiInferenceResponse struct + Results []*InferenceResult + func (*MultiInferenceResponse) Descriptor() ([]byte, []int) + func (*MultiInferenceResponse) ProtoMessage() + func (x *MultiInferenceResponse) GetResults() []*InferenceResult + func (x *MultiInferenceResponse) ProtoReflect() protoreflect.Message + func (x *MultiInferenceResponse) Reset() + func (x *MultiInferenceResponse) String() string + type PredictLog struct + Request *PredictRequest + Response *PredictResponse + func (*PredictLog) Descriptor() ([]byte, []int) + func (*PredictLog) ProtoMessage() + func (x *PredictLog) GetRequest() *PredictRequest + func (x *PredictLog) GetResponse() *PredictResponse + func (x *PredictLog) ProtoReflect() protoreflect.Message + func (x *PredictLog) Reset() + func (x *PredictLog) String() string + type PredictRequest struct + Inputs map[string]*framework.TensorProto + ModelSpec *ModelSpec + OutputFilter []string + func (*PredictRequest) Descriptor() ([]byte, []int) + func (*PredictRequest) ProtoMessage() + func (x *PredictRequest) GetInputs() map[string]*framework.TensorProto + func (x *PredictRequest) GetModelSpec() *ModelSpec + func (x *PredictRequest) GetOutputFilter() []string + func (x *PredictRequest) ProtoReflect() protoreflect.Message + func (x *PredictRequest) Reset() + func (x *PredictRequest) String() string + type PredictResponse struct + ModelSpec *ModelSpec + Outputs map[string]*framework.TensorProto + func (*PredictResponse) Descriptor() ([]byte, []int) + func (*PredictResponse) ProtoMessage() + func (x *PredictResponse) GetModelSpec() *ModelSpec + func (x *PredictResponse) GetOutputs() map[string]*framework.TensorProto + func (x *PredictResponse) ProtoReflect() protoreflect.Message + func (x *PredictResponse) Reset() + func (x *PredictResponse) String() string + type PredictionLog struct + LogMetadata *LogMetadata + LogType isPredictionLog_LogType + func (*PredictionLog) Descriptor() ([]byte, []int) + func (*PredictionLog) ProtoMessage() + func (m *PredictionLog) GetLogType() isPredictionLog_LogType + func (x *PredictionLog) GetClassifyLog() *ClassifyLog + func (x *PredictionLog) GetLogMetadata() *LogMetadata + func (x *PredictionLog) GetMultiInferenceLog() *MultiInferenceLog + func (x *PredictionLog) GetPredictLog() *PredictLog + func (x *PredictionLog) GetRegressLog() *RegressLog + func (x *PredictionLog) GetSessionRunLog() *SessionRunLog + func (x *PredictionLog) ProtoReflect() protoreflect.Message + func (x *PredictionLog) Reset() + func (x *PredictionLog) String() string + type PredictionLog_ClassifyLog struct + ClassifyLog *ClassifyLog + type PredictionLog_MultiInferenceLog struct + MultiInferenceLog *MultiInferenceLog + type PredictionLog_PredictLog struct + PredictLog *PredictLog + type PredictionLog_RegressLog struct + RegressLog *RegressLog + type PredictionLog_SessionRunLog struct + SessionRunLog *SessionRunLog + type PredictionServiceClient interface + Classify func(ctx context.Context, in *ClassificationRequest, opts ...grpc.CallOption) (*ClassificationResponse, error) + GetModelMetadata func(ctx context.Context, in *GetModelMetadataRequest, opts ...grpc.CallOption) (*GetModelMetadataResponse, error) + MultiInference func(ctx context.Context, in *MultiInferenceRequest, opts ...grpc.CallOption) (*MultiInferenceResponse, error) + Predict func(ctx context.Context, in *PredictRequest, opts ...grpc.CallOption) (*PredictResponse, error) + Regress func(ctx context.Context, in *RegressionRequest, opts ...grpc.CallOption) (*RegressionResponse, error) + func NewPredictionServiceClient(cc grpc.ClientConnInterface) PredictionServiceClient + type PredictionServiceServer interface + Classify func(context.Context, *ClassificationRequest) (*ClassificationResponse, error) + GetModelMetadata func(context.Context, *GetModelMetadataRequest) (*GetModelMetadataResponse, error) + MultiInference func(context.Context, *MultiInferenceRequest) (*MultiInferenceResponse, error) + Predict func(context.Context, *PredictRequest) (*PredictResponse, error) + Regress func(context.Context, *RegressionRequest) (*RegressionResponse, error) + type RegressLog struct + Request *RegressionRequest + Response *RegressionResponse + func (*RegressLog) Descriptor() ([]byte, []int) + func (*RegressLog) ProtoMessage() + func (x *RegressLog) GetRequest() *RegressionRequest + func (x *RegressLog) GetResponse() *RegressionResponse + func (x *RegressLog) ProtoReflect() protoreflect.Message + func (x *RegressLog) Reset() + func (x *RegressLog) String() string + type Regression struct + Value float32 + func (*Regression) Descriptor() ([]byte, []int) + func (*Regression) ProtoMessage() + func (x *Regression) GetValue() float32 + func (x *Regression) ProtoReflect() protoreflect.Message + func (x *Regression) Reset() + func (x *Regression) String() string + type RegressionRequest struct + Input *Input + ModelSpec *ModelSpec + func (*RegressionRequest) Descriptor() ([]byte, []int) + func (*RegressionRequest) ProtoMessage() + func (x *RegressionRequest) GetInput() *Input + func (x *RegressionRequest) GetModelSpec() *ModelSpec + func (x *RegressionRequest) ProtoReflect() protoreflect.Message + func (x *RegressionRequest) Reset() + func (x *RegressionRequest) String() string + type RegressionResponse struct + ModelSpec *ModelSpec + Result *RegressionResult + func (*RegressionResponse) Descriptor() ([]byte, []int) + func (*RegressionResponse) ProtoMessage() + func (x *RegressionResponse) GetModelSpec() *ModelSpec + func (x *RegressionResponse) GetResult() *RegressionResult + func (x *RegressionResponse) ProtoReflect() protoreflect.Message + func (x *RegressionResponse) Reset() + func (x *RegressionResponse) String() string + type RegressionResult struct + Regressions []*Regression + func (*RegressionResult) Descriptor() ([]byte, []int) + func (*RegressionResult) ProtoMessage() + func (x *RegressionResult) GetRegressions() []*Regression + func (x *RegressionResult) ProtoReflect() protoreflect.Message + func (x *RegressionResult) Reset() + func (x *RegressionResult) String() string + type ReloadConfigRequest struct + Config *config.ModelServerConfig + func (*ReloadConfigRequest) Descriptor() ([]byte, []int) + func (*ReloadConfigRequest) ProtoMessage() + func (x *ReloadConfigRequest) GetConfig() *config.ModelServerConfig + func (x *ReloadConfigRequest) ProtoReflect() protoreflect.Message + func (x *ReloadConfigRequest) Reset() + func (x *ReloadConfigRequest) String() string + type ReloadConfigResponse struct + Status *StatusProto + func (*ReloadConfigResponse) Descriptor() ([]byte, []int) + func (*ReloadConfigResponse) ProtoMessage() + func (x *ReloadConfigResponse) GetStatus() *StatusProto + func (x *ReloadConfigResponse) ProtoReflect() protoreflect.Message + func (x *ReloadConfigResponse) Reset() + func (x *ReloadConfigResponse) String() string + type SessionRunLog struct + Request *SessionRunRequest + Response *SessionRunResponse + func (*SessionRunLog) Descriptor() ([]byte, []int) + func (*SessionRunLog) ProtoMessage() + func (x *SessionRunLog) GetRequest() *SessionRunRequest + func (x *SessionRunLog) GetResponse() *SessionRunResponse + func (x *SessionRunLog) ProtoReflect() protoreflect.Message + func (x *SessionRunLog) Reset() + func (x *SessionRunLog) String() string + type SessionRunRequest struct + Feed []*protobuf.NamedTensorProto + Fetch []string + ModelSpec *ModelSpec + Options *protobuf.RunOptions + Target []string + TensorNameIsAlias bool + func (*SessionRunRequest) Descriptor() ([]byte, []int) + func (*SessionRunRequest) ProtoMessage() + func (x *SessionRunRequest) GetFeed() []*protobuf.NamedTensorProto + func (x *SessionRunRequest) GetFetch() []string + func (x *SessionRunRequest) GetModelSpec() *ModelSpec + func (x *SessionRunRequest) GetOptions() *protobuf.RunOptions + func (x *SessionRunRequest) GetTarget() []string + func (x *SessionRunRequest) GetTensorNameIsAlias() bool + func (x *SessionRunRequest) ProtoReflect() protoreflect.Message + func (x *SessionRunRequest) Reset() + func (x *SessionRunRequest) String() string + type SessionRunResponse struct + Metadata *protobuf.RunMetadata + ModelSpec *ModelSpec + Tensor []*protobuf.NamedTensorProto + func (*SessionRunResponse) Descriptor() ([]byte, []int) + func (*SessionRunResponse) ProtoMessage() + func (x *SessionRunResponse) GetMetadata() *protobuf.RunMetadata + func (x *SessionRunResponse) GetModelSpec() *ModelSpec + func (x *SessionRunResponse) GetTensor() []*protobuf.NamedTensorProto + func (x *SessionRunResponse) ProtoReflect() protoreflect.Message + func (x *SessionRunResponse) Reset() + func (x *SessionRunResponse) String() string + type SessionServiceClient interface + SessionRun func(ctx context.Context, in *SessionRunRequest, opts ...grpc.CallOption) (*SessionRunResponse, error) + func NewSessionServiceClient(cc grpc.ClientConnInterface) SessionServiceClient + type SessionServiceServer interface + SessionRun func(context.Context, *SessionRunRequest) (*SessionRunResponse, error) + type SignatureDefMap struct + SignatureDef map[string]*protobuf.SignatureDef + func (*SignatureDefMap) Descriptor() ([]byte, []int) + func (*SignatureDefMap) ProtoMessage() + func (x *SignatureDefMap) GetSignatureDef() map[string]*protobuf.SignatureDef + func (x *SignatureDefMap) ProtoReflect() protoreflect.Message + func (x *SignatureDefMap) Reset() + func (x *SignatureDefMap) String() string + type StatusProto struct + ErrorCode protobuf.Code + ErrorMessage string + func (*StatusProto) Descriptor() ([]byte, []int) + func (*StatusProto) ProtoMessage() + func (x *StatusProto) GetErrorCode() protobuf.Code + func (x *StatusProto) GetErrorMessage() string + func (x *StatusProto) ProtoReflect() protoreflect.Message + func (x *StatusProto) Reset() + func (x *StatusProto) String() string + type UnimplementedModelServiceServer struct + func (UnimplementedModelServiceServer) GetModelStatus(context.Context, *GetModelStatusRequest) (*GetModelStatusResponse, error) + func (UnimplementedModelServiceServer) HandleReloadConfigRequest(context.Context, *ReloadConfigRequest) (*ReloadConfigResponse, error) + type UnimplementedPredictionServiceServer struct + func (UnimplementedPredictionServiceServer) Classify(context.Context, *ClassificationRequest) (*ClassificationResponse, error) + func (UnimplementedPredictionServiceServer) GetModelMetadata(context.Context, *GetModelMetadataRequest) (*GetModelMetadataResponse, error) + func (UnimplementedPredictionServiceServer) MultiInference(context.Context, *MultiInferenceRequest) (*MultiInferenceResponse, error) + func (UnimplementedPredictionServiceServer) Predict(context.Context, *PredictRequest) (*PredictResponse, error) + func (UnimplementedPredictionServiceServer) Regress(context.Context, *RegressionRequest) (*RegressionResponse, error) + type UnimplementedSessionServiceServer struct + func (UnimplementedSessionServiceServer) SessionRun(context.Context, *SessionRunRequest) (*SessionRunResponse, error) + type UnsafeModelServiceServer interface + type UnsafePredictionServiceServer interface + type UnsafeSessionServiceServer interface