Uses of Class
inference.GrpcService.LogSettingsResponse
Packages that use GrpcService.LogSettingsResponse
-
Uses of GrpcService.LogSettingsResponse in inference
Methods in inference that return GrpcService.LogSettingsResponseModifier and TypeMethodDescriptionGrpcService.LogSettingsResponse.Builder.build()GrpcService.LogSettingsResponse.Builder.buildPartial()GrpcService.LogSettingsResponse.getDefaultInstance()GrpcService.LogSettingsResponse.Builder.getDefaultInstanceForType()GrpcService.LogSettingsResponse.getDefaultInstanceForType()GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.logSettings(GrpcService.LogSettingsRequest request) @@ .. cpp:var:: rpc LogSettings(LogSettingsRequest) @@ returns (LogSettingsResponse) @@ @@ Update and get the log settings of the Triton server.GrpcService.LogSettingsResponse.parseDelimitedFrom(InputStream input) GrpcService.LogSettingsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.LogSettingsResponse.parseFrom(byte[] data) GrpcService.LogSettingsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.LogSettingsResponse.parseFrom(com.google.protobuf.ByteString data) GrpcService.LogSettingsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.LogSettingsResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.LogSettingsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.LogSettingsResponse.parseFrom(InputStream input) GrpcService.LogSettingsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.LogSettingsResponse.parseFrom(ByteBuffer data) GrpcService.LogSettingsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.LogSettingsResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GrpcService.LogSettingsRequest, GrpcService.LogSettingsResponse> GRPCInferenceServiceGrpc.getLogSettingsMethod()com.google.protobuf.Parser<GrpcService.LogSettingsResponse> GrpcService.LogSettingsResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<GrpcService.LogSettingsResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.logSettings(GrpcService.LogSettingsRequest request) @@ .. cpp:var:: rpc LogSettings(LogSettingsRequest) @@ returns (LogSettingsResponse) @@ @@ Update and get the log settings of the Triton server.static com.google.protobuf.Parser<GrpcService.LogSettingsResponse> GrpcService.LogSettingsResponse.parser()Methods in inference with parameters of type GrpcService.LogSettingsResponseModifier and TypeMethodDescriptionGrpcService.LogSettingsResponse.Builder.mergeFrom(GrpcService.LogSettingsResponse other) GrpcService.LogSettingsResponse.newBuilder(GrpcService.LogSettingsResponse prototype) Method parameters in inference with type arguments of type GrpcService.LogSettingsResponseModifier and TypeMethodDescriptiondefault voidGRPCInferenceServiceGrpc.AsyncService.logSettings(GrpcService.LogSettingsRequest request, io.grpc.stub.StreamObserver<GrpcService.LogSettingsResponse> responseObserver) @@ .. cpp:var:: rpc LogSettings(LogSettingsRequest) @@ returns (LogSettingsResponse) @@ @@ Update and get the log settings of the Triton server.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.logSettings(GrpcService.LogSettingsRequest request, io.grpc.stub.StreamObserver<GrpcService.LogSettingsResponse> responseObserver) @@ .. cpp:var:: rpc LogSettings(LogSettingsRequest) @@ returns (LogSettingsResponse) @@ @@ Update and get the log settings of the Triton server.