Package inference
Class GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub>
inference.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub
- Enclosing class:
GRPCInferenceServiceGrpc
public static final class GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service GRPCInferenceService.
@@ @@.. cpp:var:: service InferenceService @@ @@ Inference Server GRPC endpoints. @@
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) @@ ..@@ ..@@ ..@@ ..@@ ..modelInfer(GrpcService.ModelInferRequest request) @@ ..@@ ..modelReady(GrpcService.ModelReadyRequest request) @@ ..@@ ..@@ ..@@ ..@@ ..serverLive(GrpcService.ServerLiveRequest request) @@ ..@@ ..@@ ..@@ ..@@ ..@@ ..@@ ..Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub>
-
serverLive
@@ .. cpp:var:: rpc ServerLive(ServerLiveRequest) returns @@ (ServerLiveResponse) @@ @@ Check liveness of the inference server. @@
-
serverReady
@@ .. cpp:var:: rpc ServerReady(ServerReadyRequest) returns @@ (ServerReadyResponse) @@ @@ Check readiness of the inference server. @@
-
modelReady
@@ .. cpp:var:: rpc ModelReady(ModelReadyRequest) returns @@ (ModelReadyResponse) @@ @@ Check readiness of a model in the inference server. @@
-
serverMetadata
@@ .. cpp:var:: rpc ServerMetadata(ServerMetadataRequest) returns @@ (ServerMetadataResponse) @@ @@ Get server metadata. @@
-
modelMetadata
@@ .. cpp:var:: rpc ModelMetadata(ModelMetadataRequest) returns @@ (ModelMetadataResponse) @@ @@ Get model metadata. @@
-
modelInfer
@@ .. cpp:var:: rpc ModelInfer(ModelInferRequest) returns @@ (ModelInferResponse) @@ @@ Perform inference using a specific model. @@
-
modelConfig
@@ .. cpp:var:: rpc ModelConfig(ModelConfigRequest) returns @@ (ModelConfigResponse) @@ @@ Get model configuration. @@
-
modelStatistics
public GrpcService.ModelStatisticsResponse modelStatistics(GrpcService.ModelStatisticsRequest request) @@ .. cpp:var:: rpc ModelStatistics( @@ ModelStatisticsRequest) @@ returns (ModelStatisticsResponse) @@ @@ Get the cumulative inference statistics for a model. @@
-
repositoryIndex
public GrpcService.RepositoryIndexResponse repositoryIndex(GrpcService.RepositoryIndexRequest request) @@ .. cpp:var:: rpc RepositoryIndex(RepositoryIndexRequest) returns @@ (RepositoryIndexResponse) @@ @@ Get the index of model repository contents. @@
-
repositoryModelLoad
public GrpcService.RepositoryModelLoadResponse repositoryModelLoad(GrpcService.RepositoryModelLoadRequest request) @@ .. cpp:var:: rpc RepositoryModelLoad(RepositoryModelLoadRequest) returns @@ (RepositoryModelLoadResponse) @@ @@ Load or reload a model from a repository. @@
-
repositoryModelUnload
public GrpcService.RepositoryModelUnloadResponse repositoryModelUnload(GrpcService.RepositoryModelUnloadRequest request) @@ .. cpp:var:: rpc RepositoryModelUnload(RepositoryModelUnloadRequest) @@ returns (RepositoryModelUnloadResponse) @@ @@ Unload a model. @@
-
traceSetting
@@ .. cpp:var:: rpc TraceSetting(TraceSettingRequest) @@ returns (TraceSettingResponse) @@ @@ Update and get the trace setting of the Triton server. @@
-
logSettings
@@ .. cpp:var:: rpc LogSettings(LogSettingsRequest) @@ returns (LogSettingsResponse) @@ @@ Update and get the log settings of the Triton server. @@
-