Package inference
Class GRPCInferenceServiceGrpc
java.lang.Object
inference.GRPCInferenceServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.61.1)",
comments="Source: grpc_service.proto")
public final class GRPCInferenceServiceGrpc
extends Object
@@ @@.. cpp:var:: service InferenceService @@ @@ Inference Server GRPC endpoints. @@
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface@@ @@..static final classA stub to allow clients to do synchronous rpc calls to service GRPCInferenceService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service GRPCInferenceService.static classBase class for the server implementation of the service GRPCInferenceService.static final classA stub to allow clients to do asynchronous rpc calls to service GRPCInferenceService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<GrpcService.CudaSharedMemoryRegisterRequest, GrpcService.CudaSharedMemoryRegisterResponse> static io.grpc.MethodDescriptor<GrpcService.CudaSharedMemoryStatusRequest, GrpcService.CudaSharedMemoryStatusResponse> static io.grpc.MethodDescriptor<GrpcService.CudaSharedMemoryUnregisterRequest, GrpcService.CudaSharedMemoryUnregisterResponse> static io.grpc.MethodDescriptor<GrpcService.LogSettingsRequest, GrpcService.LogSettingsResponse> static io.grpc.MethodDescriptor<GrpcService.ModelConfigRequest, GrpcService.ModelConfigResponse> static io.grpc.MethodDescriptor<GrpcService.ModelInferRequest, GrpcService.ModelInferResponse> static io.grpc.MethodDescriptor<GrpcService.ModelMetadataRequest, GrpcService.ModelMetadataResponse> static io.grpc.MethodDescriptor<GrpcService.ModelReadyRequest, GrpcService.ModelReadyResponse> static io.grpc.MethodDescriptor<GrpcService.ModelStatisticsRequest, GrpcService.ModelStatisticsResponse> static io.grpc.MethodDescriptor<GrpcService.ModelInferRequest, GrpcService.ModelStreamInferResponse> static io.grpc.MethodDescriptor<GrpcService.RepositoryIndexRequest, GrpcService.RepositoryIndexResponse> static io.grpc.MethodDescriptor<GrpcService.RepositoryModelLoadRequest, GrpcService.RepositoryModelLoadResponse> static io.grpc.MethodDescriptor<GrpcService.RepositoryModelUnloadRequest, GrpcService.RepositoryModelUnloadResponse> static io.grpc.MethodDescriptor<GrpcService.ServerLiveRequest, GrpcService.ServerLiveResponse> static io.grpc.MethodDescriptor<GrpcService.ServerMetadataRequest, GrpcService.ServerMetadataResponse> static io.grpc.MethodDescriptor<GrpcService.ServerReadyRequest, GrpcService.ServerReadyResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<GrpcService.SystemSharedMemoryRegisterRequest, GrpcService.SystemSharedMemoryRegisterResponse> static io.grpc.MethodDescriptor<GrpcService.SystemSharedMemoryStatusRequest, GrpcService.SystemSharedMemoryStatusResponse> static io.grpc.MethodDescriptor<GrpcService.SystemSharedMemoryUnregisterRequest, GrpcService.SystemSharedMemoryUnregisterResponse> static io.grpc.MethodDescriptor<GrpcService.TraceSettingRequest, GrpcService.TraceSettingResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getServerLiveMethod
public static io.grpc.MethodDescriptor<GrpcService.ServerLiveRequest,GrpcService.ServerLiveResponse> getServerLiveMethod() -
getServerReadyMethod
public static io.grpc.MethodDescriptor<GrpcService.ServerReadyRequest,GrpcService.ServerReadyResponse> getServerReadyMethod() -
getModelReadyMethod
public static io.grpc.MethodDescriptor<GrpcService.ModelReadyRequest,GrpcService.ModelReadyResponse> getModelReadyMethod() -
getServerMetadataMethod
public static io.grpc.MethodDescriptor<GrpcService.ServerMetadataRequest,GrpcService.ServerMetadataResponse> getServerMetadataMethod() -
getModelMetadataMethod
public static io.grpc.MethodDescriptor<GrpcService.ModelMetadataRequest,GrpcService.ModelMetadataResponse> getModelMetadataMethod() -
getModelInferMethod
public static io.grpc.MethodDescriptor<GrpcService.ModelInferRequest,GrpcService.ModelInferResponse> getModelInferMethod() -
getModelStreamInferMethod
public static io.grpc.MethodDescriptor<GrpcService.ModelInferRequest,GrpcService.ModelStreamInferResponse> getModelStreamInferMethod() -
getModelConfigMethod
public static io.grpc.MethodDescriptor<GrpcService.ModelConfigRequest,GrpcService.ModelConfigResponse> getModelConfigMethod() -
getModelStatisticsMethod
public static io.grpc.MethodDescriptor<GrpcService.ModelStatisticsRequest,GrpcService.ModelStatisticsResponse> getModelStatisticsMethod() -
getRepositoryIndexMethod
public static io.grpc.MethodDescriptor<GrpcService.RepositoryIndexRequest,GrpcService.RepositoryIndexResponse> getRepositoryIndexMethod() -
getRepositoryModelLoadMethod
public static io.grpc.MethodDescriptor<GrpcService.RepositoryModelLoadRequest,GrpcService.RepositoryModelLoadResponse> getRepositoryModelLoadMethod() -
getRepositoryModelUnloadMethod
public static io.grpc.MethodDescriptor<GrpcService.RepositoryModelUnloadRequest,GrpcService.RepositoryModelUnloadResponse> getRepositoryModelUnloadMethod() -
getTraceSettingMethod
public static io.grpc.MethodDescriptor<GrpcService.TraceSettingRequest,GrpcService.TraceSettingResponse> getTraceSettingMethod() -
getLogSettingsMethod
public static io.grpc.MethodDescriptor<GrpcService.LogSettingsRequest,GrpcService.LogSettingsResponse> getLogSettingsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(GRPCInferenceServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-