Uses of Class
tensorflow.serving.SessionServiceOuterClass.SessionRunRequest
Packages that use SessionServiceOuterClass.SessionRunRequest
-
Uses of SessionServiceOuterClass.SessionRunRequest in tensorflow.serving
Methods in tensorflow.serving that return SessionServiceOuterClass.SessionRunRequestModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.build()SessionServiceOuterClass.SessionRunRequest.Builder.buildPartial()SessionServiceOuterClass.SessionRunRequest.getDefaultInstance()SessionServiceOuterClass.SessionRunRequest.Builder.getDefaultInstanceForType()SessionServiceOuterClass.SessionRunRequest.getDefaultInstanceForType()PredictionLogOuterClass.SessionRunLog.Builder.getRequest().tensorflow.serving.SessionRunRequest request = 1;PredictionLogOuterClass.SessionRunLog.getRequest().tensorflow.serving.SessionRunRequest request = 1;PredictionLogOuterClass.SessionRunLogOrBuilder.getRequest().tensorflow.serving.SessionRunRequest request = 1;SessionServiceOuterClass.SessionRunRequest.parseDelimitedFrom(InputStream input) SessionServiceOuterClass.SessionRunRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SessionServiceOuterClass.SessionRunRequest.parseFrom(byte[] data) SessionServiceOuterClass.SessionRunRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SessionServiceOuterClass.SessionRunRequest.parseFrom(com.google.protobuf.ByteString data) SessionServiceOuterClass.SessionRunRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SessionServiceOuterClass.SessionRunRequest.parseFrom(com.google.protobuf.CodedInputStream input) SessionServiceOuterClass.SessionRunRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SessionServiceOuterClass.SessionRunRequest.parseFrom(InputStream input) SessionServiceOuterClass.SessionRunRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SessionServiceOuterClass.SessionRunRequest.parseFrom(ByteBuffer data) SessionServiceOuterClass.SessionRunRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow.serving that return types with arguments of type SessionServiceOuterClass.SessionRunRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SessionServiceOuterClass.SessionRunRequest> SessionServiceOuterClass.SessionRunRequest.getParserForType()static io.grpc.MethodDescriptor<SessionServiceOuterClass.SessionRunRequest, SessionServiceOuterClass.SessionRunResponse> SessionServiceGrpc.getSessionRunMethod()static com.google.protobuf.Parser<SessionServiceOuterClass.SessionRunRequest> SessionServiceOuterClass.SessionRunRequest.parser()Methods in tensorflow.serving with parameters of type SessionServiceOuterClass.SessionRunRequestModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.mergeFrom(SessionServiceOuterClass.SessionRunRequest other) PredictionLogOuterClass.SessionRunLog.Builder.mergeRequest(SessionServiceOuterClass.SessionRunRequest value) .tensorflow.serving.SessionRunRequest request = 1;SessionServiceOuterClass.SessionRunRequest.newBuilder(SessionServiceOuterClass.SessionRunRequest prototype) default voidSessionServiceGrpc.AsyncService.sessionRun(SessionServiceOuterClass.SessionRunRequest request, io.grpc.stub.StreamObserver<SessionServiceOuterClass.SessionRunResponse> responseObserver) Runs inference of a given model.SessionServiceGrpc.SessionServiceBlockingStub.sessionRun(SessionServiceOuterClass.SessionRunRequest request) Runs inference of a given model.SessionServiceGrpc.SessionServiceBlockingV2Stub.sessionRun(SessionServiceOuterClass.SessionRunRequest request) Runs inference of a given model.com.google.common.util.concurrent.ListenableFuture<SessionServiceOuterClass.SessionRunResponse> SessionServiceGrpc.SessionServiceFutureStub.sessionRun(SessionServiceOuterClass.SessionRunRequest request) Runs inference of a given model.voidSessionServiceGrpc.SessionServiceStub.sessionRun(SessionServiceOuterClass.SessionRunRequest request, io.grpc.stub.StreamObserver<SessionServiceOuterClass.SessionRunResponse> responseObserver) Runs inference of a given model.PredictionLogOuterClass.SessionRunLog.Builder.setRequest(SessionServiceOuterClass.SessionRunRequest value) .tensorflow.serving.SessionRunRequest request = 1;