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